Do Not Want To Tab to a control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks for any help concerning the problem below:

I have a form that contains a text field to hold a login id for the users
computer in a data entry database. My issue is that i do not want the user
to be able to tab to the control, since the field is locked down and cannot
be written to anyway.

The form going to have many users, and all controls on the form are unbound.

Again, thanks for any help.
 
Thanks for any help concerning the problem below:

I have a form that contains a text field to hold a login id for the users
computer in a data entry database. My issue is that i do not want the user
to be able to tab to the control, since the field is locked down and cannot
be written to anyway.

The form going to have many users, and all controls on the form are unbound.

Again, thanks for any help.

You can...
1) Set that control's Tab Stop property to No (it's on the property
sheet Other tab). User can still click into the control.
or...
2) Set that control's Enabled property to No AND it's Locked property
to Yes. User cannot tab or click into the control.
 

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

Back
Top