is your cfset inside of an cfoutput or loop? if so you can try <cfset S1 = qryGetSearchType1[ColID1][CURRENTROW]>
hope this helps Paul >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). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:15:1364 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
