Yeah, this should work!
Don't use those <cfinsert> and <cfupdate> tags to much.
Rather use SQL:
This should solve your prob:
<cfquery name="qName>
UPDATE TableName
SET FieldName_1 = #Form.MyFormFieldName#,
SET FieldName_2 = #Form.MyFormFieldName#
</cfquery>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.