G
Guest
I have a database that I assigned user-level security to stop certain users
from create/update/delete data and thus blocking access to certain forms.
Normally to access these forms a user will click a button, depending on type
of form i.e. create, details (read-only), or update. The button was created
using a macro. When a restricted user (read-only) clicks on, for ex.
"Create" button, they successfully receive a message stating they do not have
sufficient permission. But then my macro fails and an "Action Failed" window
appears with option to Halt macro.
I would like to either set a condition in macro or add code to automatically
halt or stop macro behind the scenes. Does anyone know if this is possible
(based on user-level security)?
from create/update/delete data and thus blocking access to certain forms.
Normally to access these forms a user will click a button, depending on type
of form i.e. create, details (read-only), or update. The button was created
using a macro. When a restricted user (read-only) clicks on, for ex.
"Create" button, they successfully receive a message stating they do not have
sufficient permission. But then my macro fails and an "Action Failed" window
appears with option to Halt macro.
I would like to either set a condition in macro or add code to automatically
halt or stop macro behind the scenes. Does anyone know if this is possible
(based on user-level security)?