shortcut menus

tbeegz

Registered User.
Local time
Today, 07:33
Joined
Mar 28, 2002
Messages
10
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).
 
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
 

Users who are viewing this thread

Back
Top Bottom