G
Guest
I have a button on a form that has a macro attached to its ON CLICK property.
The macro opens/runs a query to delete an employee the user indicates. The
user is prompted to enter the employee’s last name, first name
(concatentated). Then takes the user to the first record. And lastly it
displays an informational message indicating to the user the record has been
deleted.
* * *
I want an error message to appear if the user makes a mistake and enters an
employee name that is not in the database. How would I go about
accomplishing this task?
The macro opens/runs a query to delete an employee the user indicates. The
user is prompted to enter the employee’s last name, first name
(concatentated). Then takes the user to the first record. And lastly it
displays an informational message indicating to the user the record has been
deleted.
* * *
I want an error message to appear if the user makes a mistake and enters an
employee name that is not in the database. How would I go about
accomplishing this task?