auto-jump to next field

  • Thread starter Thread starter shank
  • Start date Start date
S

shank

I have some text boxes like phone numbers that hold a definitive amount of
characters. Assume an area code box. How do I get the cursor to jump to the
next field when the user hits the 3rd digit?

thanks!
 
Yes, it was AutoTab.
However, that lead me to custom input masks for the State field. I can set
the control input mask to 2 characters with 'AA'. But how do I convert
lowercase to uppercase on the fly? '>AA' and 'AA>' don't seem to work.
thanks
 
Back
Top