76 Capri II
New member
- Local time
- Today, 00:20
- Joined
- May 5, 2016
- Messages
- 2
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 presses enter. If the name isn't on the list, the user can proceed with no error popup.
I know I need to create a table to enter the names
I know how to create a popup for other errors (ie too many characters in a field), but I'm not sure how to do this.
The existing database, written in Access 2002 uses a lot of VBA code. I'd imagine I need some sort of If then statement is needed,
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 presses enter. If the name isn't on the list, the user can proceed with no error popup.
I know I need to create a table to enter the names
I know how to create a popup for other errors (ie too many characters in a field), but I'm not sure how to do this.
The existing database, written in Access 2002 uses a lot of VBA code. I'd imagine I need some sort of If then statement is needed,