Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Null Dates

Status
Not open for further replies.

DirtyB

Programmer
Mar 13, 2001
159
US
Easy one for everyone, I should know this answer but am having a brainfart.

I have a variable called startdate. It gets set in a vba loop. At the beginning of the loop, I clear out my variables from the previous record, and set them again, then update my recordset. If it were a string, I would set it = "" in the beginning of the loop, then set it = rs!fieldname. How can I reset a date variable to be null or blank?? Do I have to use those # things?
 
just so you guys know...i'm going to post this in the VBA forum...decided that might be a better place...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top