text box data entry

G

Guest

I have a series of text boxes that require data entry. box1, box2,... box 5.
I would like to be able to select cell 1 then enter data and hit the enter
or tab key then have it progress to box 2... etc.etc.. to box 5..

any suggestions.
I have looked at the text box properties and have not figured this out.

thanks
dr chuck
 
S

stevebriz

dr said:
I have a series of text boxes that require data entry. box1, box2,... box 5.
I would like to be able to select cell 1 then enter data and hit the enter
or tab key then have it progress to box 2... etc.etc.. to box 5..

any suggestions.
I have looked at the text box properties and have not figured this out.

thanks
dr chuck

check out the tabindex ..in the textbox properties. then you can just
TAB you way through...for each textbox set the indeax as the number in
the order you want
 

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