I have a simply form to record different items sold in a day.
The 12th and 15th fields always write null values to the database, no matter what value is entered in the form.
All other fields record the correct values.
The table was created using the create table wizard.
I've turned on the debug, and the array lists the value as entered in the form...but there are still nothing but nulls in the database after submit.
What's going on?
The 12th and 15th fields always write null values to the database, no matter what value is entered in the form.
All other fields record the correct values.
The table was created using the create table wizard.
I've turned on the debug, and the array lists the value as entered in the form...but there are still nothing but nulls in the database after submit.
What's going on?