keyboard shortcuts?

  • Thread starter Thread starter Joanne
  • Start date Start date
J

Joanne

Can I add keyboard shortcuts to my command buttons in my access forms
like you can do using visual basic?
Joanne
 
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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top