A
Andre Beier
Hi,
I have a date variable that initially contains any date. However, depending
on user actions I want to set the value of the date var to Nothing.
I tried the following:
myDate = Nothing --- deletes the date but I always have 12:00:00 AM in
there
myDate = "" --- compiler error
myDate = 0 ---- compiler error
Thanks in advance
Andre
I have a date variable that initially contains any date. However, depending
on user actions I want to set the value of the date var to Nothing.
I tried the following:
myDate = Nothing --- deletes the date but I always have 12:00:00 AM in
there
myDate = "" --- compiler error
myDate = 0 ---- compiler error
Thanks in advance
Andre