Hi David,
See if this gives you any ideas or if it helps, pretty much the same idea,
but table fields, not form fields, I recall single quotes and or double
quotes were giving me grief at the cfquery insert point, but the actual
variables values were as expected.
<cfloop index="item" list="#qi_old_data.columnList#" delimiters=",">
<cfset myValueTemp = "qi_old_data." & item>
<cfset myValue = evaluate(myValueTemp)>
-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: [EMAIL PROTECTED]
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)