I get this error
When I attempt to update a table within my database with a null 'Yes/No' field.
My html code is as follows:
And the field properties are set to Yes/No | On/Off
I cannot set the MSAccess field to 'allow zero-lengths'.
How can I submit my form will null Yes/No fields?
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
When I attempt to update a table within my database with a null 'Yes/No' field.
My html code is as follows:
Code:
<input type = "checkbox" name = "Sample" value=1>
And the field properties are set to Yes/No | On/Off
I cannot set the MSAccess field to 'allow zero-lengths'.
How can I submit my form will null Yes/No fields?