Empty Date

  • Thread starter Thread starter Frederick Chow
  • Start date Start date
F

Frederick Chow

Hi all,

Just want to know if there are methods to assign an empty date (or null
value) to a date variable, just like I can assign and empty string "" to a
string variable. Thanks.

Frederick Chow
Hong Kong.
 
AFAIK, no. As with other numeric variables, date data types are given an
initial value of 0.

If you use a Variant instead, you can assign Null to it.
 
Thanks a lot then.

JE McGimpsey said:
AFAIK, no. As with other numeric variables, date data types are given an
initial value of 0.

If you use a Variant instead, you can assign Null to it.
 
Back
Top