Hi, I like to know how to Auto tab a txtbox on a form, meaning when a txtbox reaches to the maximum characters in that txtbox, it automatically go to the next txtbox w/o pressing tab or clicking with a mouse. Plz Help, Thanks!
If you set the Auto Tab properties in your Text Boxes to Yes. Then use an Input Mask (See Help for options) say if your Text Box was 5 characters and you want the user to type in 5 letters the input mask would be LLLLL. Once the 5 letters have been typed in the next control will automatically get the Focus.
If that works for you then at least you will know that there is nothing wrong with your Access installation. Just look closely at these Text Box properties:
Thanks for your input, but the whole point of Auto Tab is that it is Auto.
Basically after the Auto Tabbed Text Box has been filled, without code or without the need for the user to press the Tab or Enter keys, the next Text Box or Control with the next highest Index No. (as long as it's Tab Stop Property is set to Yes) should get the Focus.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.