View Full Version : shortcut menus


tbeegz
04-01-2002, 06:31 AM
Is there a macro or code that I can use to turn the Shortcut Menu property of a form to yes (I have it set to No when the form loads).

Jack Cowley
04-01-2002, 08:08 AM
From Access Help (with a modification from me):

ShortcutMenu Property Example

The following example enables the shortcut menus for the Invoice form and its controls:

Forms!Invoice.ShortcutMenu = True