T tbeegz Registered User. Local time Today, 05:28 Joined Mar 28, 2002 Messages 10 Apr 1, 2002 #1 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).
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).
J Jack Cowley Registered User. Local time Today, 10:28 Joined Aug 7, 2000 Messages 2,639 Apr 1, 2002 #2 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
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