I am using bluedragon.net 6.2.
I am having problems with Gridmonger 3.20
what I want to do is pass a date (stored on form as string) into my acess database.
Code - that is not working
<cfqueryparam
cfsqltype=#variables.SType#
Value="#DateFormat(#Evaluate(ListGetAt(FormFields,variables.LoopCounter))#,"yyyy-mm-dd" )#">
thanks
I am having problems with Gridmonger 3.20
what I want to do is pass a date (stored on form as string) into my acess database.
Code - that is not working
<cfqueryparam
cfsqltype=#variables.SType#
Value="#DateFormat(#Evaluate(ListGetAt(FormFields,variables.LoopCounter))#,"yyyy-mm-dd" )#">
thanks