Coding
Insert null into Access database
If a form has four input values: textBoxForField1, comboBoxForField2, comboBoxForField3, comboBoxForField4.Let us say, textBoxForField1 and comboBoxForField2 are required, they have already be checked before writing below SQL statement; comboBoxForField3 and comboBoxForField4 are optional. So I Read more…