Hi!
I build a form that include many command buttons. such as Next Record, Previous Record, Find Record, Close Form e.t.c
i want to press command button with a keyboard key not with mouse click.
for example 1:i want to press Find Record button with "Ctrl+F" key combination.
2: to press Next Record button with "Right Arrow" key (i think its code is 16).
3: to press Previous Record button with “Left Arrow” Key. Etc.
Please help me. Thanks in advance.