keyboard shortcuts?

J

Joanne

Can I add keyboard shortcuts to my command buttons in my access forms
like you can do using visual basic?
Joanne
 
V

Van T. Dinh

Yes. Use the ampersand character "&" in the caption of the CommandButton and
the nexy character will be the shortcut key. For example, if you use

&Delete

the Alt + D will perform the action of the button.

I don't think (but not sure & no time for testing) the "&" method would work
if you use picture for the commandbutton (hence the caption is not visible).
 
Top