Restrict Access to the Database Window

C

Chegu Tom

My startup options in my database hides the database window and open a menu
form for the user.

F11 will bring up the database window.

I would like to restrict that facility to specific users (managers). I have
a security system with multiple users and can use the CurrentUser() to
identify the user. Can I do this with code or through the security system?
 
Top