CFinsert (another route - from previous post)
I query a "Clientsinfo" table to get the LASTNAME,FIRSTNAME from a "form" being submited base on a phonenumber in the form.
Now I want to INSERT the form fields - Plus the query above - LASTNAME,FIRSTNAME.
I used:
<CFINSERT DATASOURCE="storefront" TABLENAME="sales" formFields = "client_id,booksales,booktitle,lastname,firstname">
It works - BUT the LASTNAME OR FIRSTNAME does NOT get inserted. The fields are blank.
Do I make things difficult or what??? ![]()
