Well - I tried this and I still get the error: [Table (rows 1 columns NATIONALITYID): [NATIONALITYID: [EMAIL PROTECTED] ] is not indexable by NationalityID
Why should I not use Evaluate? Too much Processor time or something? -Nick -----Original Message----- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 7:36 PM To: CF-Newbie Subject: RE: Dynamic Query Trouble Don't use Evaluate(). You need <cfset S1 = qryGetSearchType1[ColID1][1]> (notice the row index as well). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.houseoffusion.com/banners/view.cfm?bannerid=11 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1360 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
