I am having some difficulty clearing a date field.
The form issue a "certificate" and the date the certificate was issued. I have a button on the form to clear a certificate if issued in error.
I am attempting to clear the date field through
[CertDate] =""
but am unable to due to the date type not accepting a null value. The error I get is:
"You tried to assign the Null value to a variable that is not a Variant data type."
Any help is appreciated...
Thx