J
Jesper F
I have several forms with 40+ textboxes on each.
The data in them is all single digit numbers in each text
box with no exceptions.
What I'd like to do is for the focus/cursor to
automatically move to the next textbox when one digit has
been entered. This would speed up entering data as no
tab/mouse use is needed when needing to move the the next
textbox.
It's a lot of work to manually code the keypress event for
all the control and the code for this would be very
similar for all the controls.
Is there a way to do this in a more clever way? Maybe
something with withevents? Code working across all the
controls in the same event? I'm not sure.
Thanks for any input.
The data in them is all single digit numbers in each text
box with no exceptions.
What I'd like to do is for the focus/cursor to
automatically move to the next textbox when one digit has
been entered. This would speed up entering data as no
tab/mouse use is needed when needing to move the the next
textbox.
It's a lot of work to manually code the keypress event for
all the control and the code for this would be very
similar for all the controls.
Is there a way to do this in a more clever way? Maybe
something with withevents? Code working across all the
controls in the same event? I'm not sure.
Thanks for any input.