AllowFullMenus Property

Applies To

Database Object.

Description

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.

Setting

The AllowFullMenus property uses the following settings.

Setting Description
True (-1) Display the full built-in menus at startup.
False (0) Don’t 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.

Remarks

This property’s setting does not take effect until the next time the database opens.

See Also

AllowBreakIntoCode Property, AllowShortcutMenus Property, StartupMenuBar Property, StartupShortcutMenuBar Property.

Example

See the AllowBreakIntoCode property example.