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!

Recent content by ibij

  1. ibij

    Using IsNull on Query

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