PS:
Have determined this appears to be DLookup's fault. i've tried several methods to get around it, including avoiding the IsNull function, using Nz to replace a Null return with something else, assigning DLookup's results to a variable and testing the variable, etc. Each effort has thrown the...
i'm having the exact same error with the exact same type of statement:
If IsNull(DLookup("[field]", "table_name", filter1)) Then
filter1 is a variable generated by a form control.
For testing, i've deliberately entered a value that should return Null, but the error described above keeps...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.