I need to allow the DATE field to be empty.
When the form is submitted and a Date field is empty, I get an error.
I believe I just need to know how to enter a NULL value for that field.
any ideas?
Yes, recreate your table without the NOT NULL constraint and you're done.