I have two queries running, one is an office listing and the other is a
ministry listing.
I have a drop down list that is populated dynamically with the results.
<cfoutput query="qryallofficealias">
<option value="office.#officeid#">#officealias#</option>
</cfoutput>
<cfoutput query="qryallministryalias">
<option value="ministry.#ministryid#">#ministryalias#</option>
</cfoutput> 
I�m asking for help in getting both offices and ministries into one list of
sort... No pun intended.
And doing one alpha sort, but still giving them different values as listed
here so they go to the correct destination.

Ideas.
Anyone?
Thanks,
Drew Harris 

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to