Hi, I have two queries. <cfquery name="getImg" dbtype="query"> select * from getList where name NOT like 'tn_%' order by name </cfquery>
<cfquery name="getSQL" datasource="#DSN#"> select * from Judges </cfquery> in GetImg recordset I have some data in there, in GetSQL recordset I am pulling another series of records. I need to create the third query which contains all the records but not the one which are pulled from Judges table. in other words, select * from getList, GetSql where getlist.name <http://getlist.name> <> getSql.image -- Regards, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220869 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

