pro_vb thread: clearing date data type variables
You could could try something like " dtMyDate = format("01/01/1899",
"MediumDate")
This gives you a neutral value which is a valid date (substitute the
earliest valid date supported by windows) but meaningless for most
applications since 00/00/00 is not a valid date and prevents you ending up
with a time stamp..
Bruce
|





