Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Coffer

  1. Coffer

    One form field to update two db fields in a record at once?

    Yeah, this should work! Don't use those <cfinsert> and <cfupdate> tags to much. Rather use SQL: This should solve your prob: <cfquery name=&quot;qName> UPDATE TableName SET FieldName_1 = #Form.MyFormFieldName#, SET FieldName_2 = #Form.MyFormFieldName# </cfquery>

Part and Inventory Search

Back
Top