Move to next field automatically

Prince

Registered User.
Local time
Today, 20:20
Joined
Oct 2, 2003
Messages
29
Good night
I have made three text boxs next to each other. the first holds 2 didgits and the other two holds three digits each.
Here is the question:
Is it possible to make the curser moves automatically from the first text box to the next when the user enters the two digits of the first field?
 
In the Text box's Properties, find the 'Auto Tab' Property. Set it to Yes.
 
Tried Dugantrain's suggestion. In Access2000, you apparently have to have an Input Mask for the field in order for AutoTab to work.

Then Missinglinq
 
On the Key Press event, you could check for the length of the string in the textbox and set focus to the next box if it is the desired length.
 
Thank u everybody
I tried Auto tab and it works fine.
 

Users who are viewing this thread

Back
Top Bottom