C
Chris
I need to reset a Date Variable to NUll or no date.
Dim Nodate as Date
NoDate = ""
This code errors and I need to set the variable to null so
I can set a field in a table to nodate.
Any Ideas?
Thanks is advance
Dim Nodate as Date
NoDate = ""
This code errors and I need to set the variable to null so
I can set a field in a table to nodate.
Any Ideas?
Thanks is advance