Database Object.
You can use the AllowFullMenus property to specify whether or not full Microsoft Access built-in menus will be available when the application database opens. For example, you can use the AllowFullMenus property to disable menu items that give users the ability to modify table, form, query, or report structures.
The AllowFullMenus property uses the following settings.
Setting | Description |
True (-1) | Display the full built-in menus at startup. |
False (0) | Dont display full built-in menus at startup. |
You can set this property by using a macro or Visual Basic. You can also set this property using the Allow Full Menus option in the Startup dialog box, available by clicking Startup on the Tools menu. This is the easiest way to set this property.
This propertys setting does not take effect until the next time the database opens.
AllowBreakIntoCode Property, AllowShortcutMenus Property, StartupMenuBar Property, StartupShortcutMenuBar Property.
See the AllowBreakIntoCode property example.