In a program I am going to start working on, some of the fields (e.g. telephone #) will always be default (for U.S.)... meaning a 3 digit area code, 3 digit prefix and a 4 digit suffix (e.g. 925-555-1212). What I want do is, once the the user has type in 3rd or 4th digit in the textbox fields, I want it to automatically tab to the next textbox... Such as, once the user has entered three digits into the area code (textbox), I want to automatically have it tab over to the textbox in which the 3 digit prefix will be entered.
Sorry, if this isn't very clear. :o