Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ibij
  • Content: Threads
  • Order by date
  1. ibij

    Using IsNull on Query

    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...

Part and Inventory Search

Back
Top