Converting an ID# to Name, Address, etc.
I am working on an output page that displays orders. My query calls on a field called ID# which is the primary key for another table named Dealers.
Here is my dilemma, I want to convert the ID to the actual name, address, etc. of the dealer for dispaly on my output page. I know how to run a query to accomplish this but my question is how do this within a cfoutput of a different query. My page displays a grouped output query of two tables, neither of which is the Dealers table. How would I insert the converted ID number within this output? Can you turn an output query on and off midstream?
