Defining shortcut/shortkey in Access

nkamp

Registered User.
Local time
Today, 20:54
Joined
Mar 2, 2007
Messages
15
Hello,

I'm quit new to Access.
Can somebody tell me how and where do I define a shortcut like [ALT+P]. I want to open a form when I press this key combination.

How can I solve this in Access?

Thanks in advance.

Nico
 
First, go to Macros.
Create a Macro called AutoKeys. (Access will automaically check this whenever you use Shortcut Keys)
Open the macro in design view. Choose from the menu View\"Macro Name".
The "Macro Name" column is where you specify the shortcut keys.
In Action, well that's what will happen!!

i.e.: ^+Z
is CTRL + SHIFT + P
i.e.: {F11}
is the button F11

Type in AutoKeys in the Access Help for full derivatives.

Hope that helps!
 

Users who are viewing this thread

Back
Top Bottom