Thanks, Guys, for your replies (and sorry about the late response.) :)
Mike, your response pointed me in the right directions and I found a work-around. Thanks again!
Hi:
I'm fairly new to VBA and have what I hope is a simple question. I am trying to determine if a field ("Notes") in a parameter query ("qryNote")is empty.
DoCmd.OpenQuery "qryNote", acViewNormal, acReadOnly
If IsNull("Note") = True Then...
The query seems to always return the...
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.