Search results

  1. 7

    Creating an error message based on data in a table

    the list of names must be in a table. How do I look up in that table? Your logic seems right, but that can't be valid syntax. Is it? I am wondering if its a query I need Private Sub Visitor_Name_LostFocus() If Query =True Then msgbox("Name Found") else end if That's the logic...
  2. 7

    Creating an error message based on data in a table

    I did try to search for this answer but I'm not very sure if I'm asking the question correctly. I have a database where people enters a visitor name. We want to cause a pop up message when a user enters a visitor who isn't allowed when the "wrong" name is entered in the field and the user...
Back
Top Bottom