Home  Fees/Services  Access 2010 Template  Tutorials  Access Download  Articles  Search  Contact  Privacy  Links
Macro Programming Examples Docmd Macro VBA Example
 





DoCmd Home


Access AddMenu DoCmd Example

Notes on AddMenu command:  You can set the MenuBar or ShortcutMenuBar property in VBA to attach a custom menubar to a form, control, or a report. You can also set the StartupMenuBar property to establish a global menubar. Moreover can set the MenuBar property of the Application object to create a global menu bar. Similarly, you can set the StartupShortcutMenuBar property or the ShortcutMenuBar property of the Application object to install a global shortcut menu.

The AddMenu Command Syntax and Option Definitions:

docmd add menu

MenuName Required Variant. A string expression that's the valid name of a drop-down menu to add to the custom menu bar or global menubar. To create an access key so that you can use the keyboard to choose the menu, type an ampersand (&) before the letter you want to be the access key. This letter will be underlined in the menu name on the menu bar.

MenuMacroName Required Variant. A string expression that's the valid name of the macro group that contains the macros for the menu's commands. This is a required argument.

StatusBarText Required Variant. A string expression that's the text to display in the status bar when the menu is selected

Access Add Menu from MS Access Help Documentation

Find more about Managing Menu Bars and Menu Items at Microsoft.com.











A Blue Claw Database Design Template:

Real Estate Marketing Campaign System
 








A Blue Claw Database Design Article:

Learn How To Select A Consultant
 




Contact Information

Copyright 2000-2012 Blue Claw Database Design, LLC