I have a loop of code that i'm running where I clear out variables, then set them equal to a value, then update my recordset...pretty standard. When you clear a string variable, I just set it equal to empty string "". How do I clear out a variable of datatype date? I want to set it equal to NOTHING, preferably not null, but like an empty string. I need to reset a date variable each time in my loop and can't figure it out? I've tried;
variabledate = ""
variabledate = ''
variabledate = null
variabledate = ##
to no avail....can someone please help me?
thanks
variabledate = ""
variabledate = ''
variabledate = null
variabledate = ##
to no avail....can someone please help me?
thanks