G
Guest
If I have a datetime expression such as Format(ApptStart, "hh:nn") and
ApptStart is null, what is the result of that expression? Formerly I could
test for IsNull(ApptStart) but with the formatting, null is never true. I
thought it might evaluate to zero but that does not appear to be the case.
ApptStart is null, what is the result of that expression? Formerly I could
test for IsNull(ApptStart) but with the formatting, null is never true. I
thought it might evaluate to zero but that does not appear to be the case.