G
Guest
I have a database with levels of authorization for either "Admin" or "Users".
Two questions:
1. If a user wants to open a form in edit mode, they are not allowed and
receive an error message. So far so good.
I would now like them to receive a MsgBox message, like "You are not
authorized to use this form". I am not sure which event to attach the code
on. Please advise. (OnError does not seem to work.)
2. Can I grey-out menu items depending on the user's authorization? Or do
I have to make multiple menus?
Thank you.
Two questions:
1. If a user wants to open a form in edit mode, they are not allowed and
receive an error message. So far so good.
I would now like them to receive a MsgBox message, like "You are not
authorized to use this form". I am not sure which event to attach the code
on. Please advise. (OnError does not seem to work.)
2. Can I grey-out menu items depending on the user's authorization? Or do
I have to make multiple menus?
Thank you.