Does the product have a product_title of 'Table' or 'table'? I haven't checked in a while, but it might be case-sensitive.
::-----Original Message----- ::From: Mike Little [mailto:[EMAIL PROTECTED] ::Sent: Sunday, April 06, 2008 12:23 AM ::To: CF-Talk ::Subject: using LIKE in query of queries :: ::hi guys, :: ::can anyone see anything wrong with the following query format... :: ::<cfquery dbtype="query"> ::SELECT * ::FROM qGetAllProducts ::WHERE ( ::(product_title LIKE '%table%') ::OR (product_description LIKE '%table%') ::OR (cat_title LIKE '%table%') ::OR (artist_fname LIKE '%table%') ::OR (artist_lname LIKE '%table%') ::) ::ORDER BY cat_lft, order_key ::</cfquery> :: ::the query qGetAllProducts has a recordset of 5 and one of the products has ::a product_title of 'table' - but no records are returned by the qofq? :: ::mike :: :: :: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302800 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

