I'm getting the error:
The given fieldname "MAILING" could not be found in the table "Users".
Even though 'mailing' is definitely a field in the table. What could cause the misidentification? Do datatypes affect it? The Mailing form field is a checkbox and it's inserting it into a 'yes/no' field in Access.
I'm trying to insert, and I've used the SQL insert as well as <cfinsert>.
The given fieldname "MAILING" could not be found in the table "Users".
Even though 'mailing' is definitely a field in the table. What could cause the misidentification? Do datatypes affect it? The Mailing form field is a checkbox and it's inserting it into a 'yes/no' field in Access.
I'm trying to insert, and I've used the SQL insert as well as <cfinsert>.