I have a form with a date field that doesn't check if an actual date has been entered - and won't check with my coding. It lets you type anything into it.
I initialise the form by setting the fields to empty, and the code for the DATE field is as follows:
txtDOB.Text = Format (Now -...