Is it possible on a database with two tables in a one-to-many relationship to grab the many and stick them all in one field? Let me elaborate:
I have a Contract table which contains all the header information for a particular contract. Then I have a Printer table which has all the printers on contracts, which reference the ContractID. What I'd like to do is get certain header information out of the Contract, and say, a comma-separated list of Serial Numbers from the Printer table that are for that contract. I know how to do this querying twice, what I want to know is if it's possible to do this querying once. Thanks for any help! --- Josh Remus Network Manager ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

