On Screen Number Pad

J

John R. Youngman

Hi. I'd like to add an on screen number pad in an Access form. This would
be used to enter a Member number into a given field with a mouse instead of
using the keyboard.

Any ideas how to do this?

TIA

John
 
L

Larry Linson

. . . on screen number pad in an Access
form . . . to enter a Member number into
a given field with a mouse instead of
using the keyboard.
Any ideas how to do this?

Command Buttons for the numbers and backspace, and code in the Click event
of each.

Larry Linson
Microsoft Access MVP
 
J

John R. Youngman

Larry,

Thanks for responding. Can you provide any sample code for the event?

Thanks.

John\
 
Top