How to permanently hide the Menu Bar for users

V

VAL

I have built a custom menu for the users and even though the security doesn't
allow them to design, etc. I would like to remove the Menu Bar. I have seen
database that don't have it and are fully secure but don't know how it was
achieved.

Thank you.
 
R

Rick Brandt

VAL said:
I have built a custom menu for the users and even though the security
doesn't allow them to design, etc. I would like to remove the Menu
Bar. I have seen database that don't have it and are fully secure
but don't know how it was achieved.

Thank you.

Replace it with a main menu of your own. This replacement can be completely
blank if you want.

It's not a good idea to have NO main menu because that is where the restore,
minimize, and close buttons for forms and reports go when they are maximized.
With no main menu the user can get stuck after maximizing an object.
 
Top