I've created a membership database, and I have a list of people who have been banned from membership. I want my users to be aware when they are entering a member name that they may be entering an individual who has been banned. My idea is to create a new table called "banned" with the first and last names of the offending individuals. After the user has entered a members last name on the form and exits the last name field, I want the program to compare the entered last name to the last name in the banned table. If there is no match, the user is merely taken to the next field in the form. If there is a match, I want a Msg Box to appear that says "Attention, Jon Doe has been banned for life". Where Jon Doe is the first and last name from the banned table. I only want an "ok" button on the Msg Box that allows the user to dismiss the msg box and move on. It will then be up to the individual to determine if they can continuing adding this member or delete the entire entry.
I apologize for my ignorance, but I have no idea how to program this in access. Could someone point me in the right direction?
I apologize for my ignorance, but I have no idea how to program this in access. Could someone point me in the right direction?