Shortcut keys on form buttons

I

Ian

How can I add a keyboard shortcut onto a button on a form. So rather then
click the button, i could use the keyboard short cut instead.

Thanks
 
O

Ofer

On the Caption Property of the button enter a name with the & symbol before
the letter you want to use as a short cut together with Alt
e.g
If you have the name Open, then write Ope&n, So when you press the key
Alt+N, it will press the button
 
Top