set focus on single control

T

TeeSee

I have a form with three controls used for updating specific data on
only one of the text box controls. How can I set it up so that I can
skip thru the recordset with focus only on the singular text box that
I want to update?

Thanks for any suggestions
 
S

Stuart McCall

TeeSee said:
I have a form with three controls used for updating specific data on
only one of the text box controls. How can I set it up so that I can
skip thru the recordset with focus only on the singular text box that
I want to update?

Thanks for any suggestions

Select all the form's controls except the updateable one and set the
following properties in the property sheet:

Locked = Yes
Enabled = No
 

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