data input in text box

T

ted

We have a form which the operator enters data in a text box. Currently we
have a 'done' button on the form that the operator clicks to send the text
box info to a vba program. How can we send the text box info to the vba
program when the operator hits the enter key @ the end of the data entry for
the text box? TIA
 
T

ted

Ok that works & thanks. Another question on one of the forms the cursor
starts out in the text box BUT in another form the cursor doesn't start out
in the text box. How does one fix that. TIA
 
D

Douglas J. Steele

While the form's open in Design view, select Tab Order from the View menu.
Arrange the controls in the order in which you want the cursor to travel.
 
T

ted

Ok & thanks again. Now I have another problem. Have been using an option
group but now find I would like to change the label on each option in real
time via a vba program. What do you suggest? TIA
 

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