Delete tabs

C

Cruisinid

I have a form set up. The tabs are set up for the fields that I want
completed, in the order I want them to appear. The problem is that there are
other labels and stuff in the tab list that I don't want the cursor to tab
to... How to delete them from the tab list?

Cheers,
Dawn
 
D

Dirk Goldgar

Cruisinid said:
I have a form set up. The tabs are set up for the fields that I want
completed, in the order I want them to appear. The problem is that there
are
other labels and stuff in the tab list that I don't want the cursor to tab
to... How to delete them from the tab list?


The cursor will never tab to a label, because a label can't receive the
focus, so they're no problem. Check the actual passage of the focus by
opening the form in form view and tabbing through the controls. If there's
one that receives the focus that you don't want to, go into design view,
open the property sheet for that control, go to the Other tab of the
property sheet, and set the Tab Stop property to 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