G
Guest
I am using Access 2000. How can I varify that a variable is not null with an
IF statement? Seems like the following code would work but ISNOTNULL isn't
the opposite of ISNULL. What is?
If ISNOTNULL(Variable1) then
'Do my thing
Endif
IF statement? Seems like the following code would work but ISNOTNULL isn't
the opposite of ISNULL. What is?
If ISNOTNULL(Variable1) then
'Do my thing
Endif