Assigning a Keyboard shortcut to a button in an Access 2007 form

Istari picture Istari · May 5, 2009 · Viewed 24.5k times · Source

Say I have a form on which a number of buttons exist. Everything works as it should when the buttons are clicked. How do I go about assigning keyboard shortcuts to my buttons so that Alt+A runs the action of Button A, Alt+B runs the action of button B etc.

seems like this would be trivial to do but I've not been able to see where I can set this.

Answer

NickSentowski picture NickSentowski · May 5, 2009

When creating the button use the ampersand before the letter you want to Alt+? in the Caption property.

Examples:

&File ---> File

&Edit ---> Edit

F&orge --> Forge

E&nough -> Enough