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 field value as always null. Help?
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 field value as always null. Help?