K
KSH
I have defined a variable in my vba code as date. I am trying to set its
value to null but I get an error.
Dim HoldDate as date
Holddate = ""
I have several other fields that are text that are obviously fine, but I am
not sure how to set a default for the date type field.
I need to initialize the field after I write a record out before processing
new records
Any help would be appreciated.
Thanks,
value to null but I get an error.
Dim HoldDate as date
Holddate = ""
I have several other fields that are text that are obviously fine, but I am
not sure how to set a default for the date type field.
I need to initialize the field after I write a record out before processing
new records
Any help would be appreciated.
Thanks,