I have 2 Query objects. I need to remove all records from query 1 that have a matching value in query 2, so I basically need to end up with a query result set that has the contents of query 1 less the contents of query 2. Any idea's, other than a very manual loop with a check on each value individually? If this was SQL I would do a WHERE username NOT IN (select username from Query2), but that does not work with QoQ.
Anyone know some tricks? Chris Peterson ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274577 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

