T
terry w
In the application I'm using, I enter several numbers in a subform, then
click a Next Button on the main form to move to the next record. The Next
Button's click event has the code shown below, and all works well:
DoCmd.GoToRecord , , acNext
Me!sfrmEnterValues.SetFocus
My boss has asked me to do a presentation over the next three days, and I've
just realized I have a problem. I've been given a numeric key pad to enter
data while at the lecturn, but it will be somewhat difficult to click the
Next button on the main keyboard. (it is out of reach and hard to see in the
bright lights) The numeric keypad has an asterisk key that I would like to
use to run the Next button's code shown above.
I'm very new to programming, so I'm hoping someone can tell me how to code
this.
grateful for any assistance
click a Next Button on the main form to move to the next record. The Next
Button's click event has the code shown below, and all works well:
DoCmd.GoToRecord , , acNext
Me!sfrmEnterValues.SetFocus
My boss has asked me to do a presentation over the next three days, and I've
just realized I have a problem. I've been given a numeric key pad to enter
data while at the lecturn, but it will be somewhat difficult to click the
Next button on the main keyboard. (it is out of reach and hard to see in the
bright lights) The numeric keypad has an asterisk key that I would like to
use to run the Next button's code shown above.
I'm very new to programming, so I'm hoping someone can tell me how to code
this.
grateful for any assistance