Ivan
Ivan

Reputation: 55

Run an Access 2010 macro by using a keyboard shortcut

How can I create Ctrl+Shift+Q shortkey to run a macro in Access 2010? I found how to do it but only for 2007.

Upvotes: 0

Views: 618

Answers (1)

Sergey S.
Sergey S.

Reputation: 6336

Start a new macro. Before you do anything, open the Action Catalog and double-click the Submacro option. Give the submacro a name to match the key you want. For example ^+Q for your case. Assign to Action desired value. Save the macro with AutoKeys name and restart the application.

Upvotes: 1

Related Questions