Hi all,
In my Access DB, I have a User mode which hides all Nav / Tool bars, disables right click etc
I also have a way to enable developer mode which enables all the above (only people with certain access can do this).
What I am looking to do is when the user mode is active no error messages show up how is the best way to do this?
I have seen the code but would this work?
I have a menu form that always stays open on the tabs when the user logs in automatically opens but if I put this to run on this menu would this disable for the whole database or just from that form?
In my Access DB, I have a User mode which hides all Nav / Tool bars, disables right click etc
I also have a way to enable developer mode which enables all the above (only people with certain access can do this).
What I am looking to do is when the user mode is active no error messages show up how is the best way to do this?
I have seen the code but would this work?
Code:
DoCmd.SetWarnings False
I have a menu form that always stays open on the tabs when the user logs in automatically opens but if I put this to run on this menu would this disable for the whole database or just from that form?