> > for some reason your approach with filtering verity results with a qoq > gives me an error:
Oh yeh, you must put it in square brackets as CF sees it as a keyword even thought it is prefixed. Forgot about that. <cfquery name="qoqSearchResults" dbtype="query"> SELECT * FROM vSearch, dbSearch WHERE vSearch.[key] = dbSearch.image_id </cfquery> Dom -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:302807 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

