SyntaxFix
Write A Post
Hire A Developer
Questions
To check if a Variant is Null, you need to do it like:
Variant
Isnull(myvar) = True
or
Not Isnull(myvar)