Keyboard shortcuts?

darkmastergyz

Registered User.
Local time
Today, 12:21
Joined
May 7, 2006
Messages
85
Is there any way to implement keyboard shortcuts into an access form. For example, to do an action x, i need to press "ctrl + y", how could I do that? Thanks!!
 
Actually to do ALT+Y you can just put an ampersand in front of the Y in the caption of the item.

So, for a command button you would have

Send M&y File



To put an ampersand in the caption of an item requires TWO ampersands so Access knows you want an ampersand instead of a hot key.

So to get a command button caption that says Find & Replace you would need

Find && Replace
 

Users who are viewing this thread

Back
Top Bottom