I am assiging the variable varintdate to a field value from a recordset. I then evaluate it to see if it is blank or contains a value in an if then statement. However, when the value is blank or null it is not being evaluated properly. I have tried:
varintdate = ""
varintdate = null
trim(varintdate) = ""
trim(varintdate) = null
and none of them work.
varintdate = ""
varintdate = null
trim(varintdate) = ""
trim(varintdate) = null
and none of them work.