In reference to an old post in thread 705-300424, I am writing to give my solution for anyone who needs a way to insert Nulls into a Date field in a table.
Here is what I did. I used a VBA Private Sub to accomplish this goal.
Private Sub cmdAdd_Click()
DoCmd.SetWarnings False
DoCmd.RunSQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.