I have a report to run where I query a number of different tables. I need to sort the output by date, which means I need to consolidate the queries and then sort the whole. I don't believe I can use a union, so I thought I'd throw it all into an array of structs, which I'd sort afterwards.
Is there an easy way to do something like this? I also thought about the possibility of building a new query instead of using an array, and then using a query of queries to do the sorting. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280193 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

