On Thursday, Sep 4, 2003, at 12:16 US/Pacific, Tony Weeg wrote: > using variables.state outputs it fine. > using just state doesn't work...here is the code. > the data had city, state in 1 field with a / at the end > so I had to clean that up...anyway, running that > with state doesn't work, but variables.state works.
You have a conflict between your query column names and your variable names! That's why using scope-qualified variable names is better practice! Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

