Moving from one Field to another

S

SMS

Is it possible to move from one field to another as soon as the user
enters data in the first field and the first field is'nt a textbox
without pressing Tab

SMS
 
G

Greg Collins

This might be possible if you are talking about a date picker or a drop-down
list, etc. You would have to use an OnAfterChange / Changed event and then
write code to select the next box. In my opinion this is totally not worth
it unless you have very few fields in the form. What's wrong with the user
just pressing tab?
 
S

SMS

This might be possible if you are talking about a date picker or a drop-down
list, etc. You would have to use an OnAfterChange / Changed event and then
write code to select the next box. In my opinion this is totally not worth
it unless you have very few fields in the form. What's wrong with the user
just pressing tab?

--
Greg Collins
Microsoft MVP
Visit Braintrove athttp://www.braintrove.com
Visit InfoPathDev athttp://www.infopathdev.com

To increase the speed of input. What method should I use to select the
next? Yes I was talking about all non-text box fields.


Thanks a lot
SMS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top