Assigning a Key to Add New Record

R

Radar

I have data-entry form, Where I use a command button to Add new
record. How do I use the "+" Key on the Num Pad to add new record.

Thanks
Radar
 
O

Ofer

On the Caption Property of the button you can create a key short cut, but to
use it you need to click the Alt key + short cut

So, if you write in the caption property of the button Name&+ the letter
after the & symbol will be the short cut.
In that case using Alt + (+) will trigger the button.
 
Top