tab order

A

Al

Hi Folks,

I have a number of frames in my dialog box. Each textbox in each frame seems
to reset the tab order.

ie:


___________FRAME 1_____________

[1] [2] [3] <-textboxes tab order 1,2,3,


__________FRAME 2______________

[LISTBOX] <- no tab order


_________FRAME 3________________

[4] [5] <-textboxes order 4,5

[OK 5] <- ok btn tab order 6

__________________________________


Anyone know about this?

Cheers

-Al
 
P

Peter Hewett

Hi Al

From the VBA IDE open up your Form. Right click on the Form surface (but
NOT on a control) and select Tab Order. You should see the Frames and any
other controls you've added to the Form - but NOT the controls you've added
to the frames. Now set the tab order for the Frames and any other controls.

If at this stage your textboxes are listed as part of Form and not the
frames then you'll need to delete them and readd them correctly to the
Frame.

Repeat this step for each frame. Right click in the Frame surface (but NOT
on a control) and select Tab Order. Now set the order of the controls
within the Frame.

HTH + Cheers - Peter
 
A

Al

Yep thanks Peter - that really helped and I learnt something new.

I also noticed that it appears if you set the tab order to 0 it does not
appear on the tab order list at all?

Thanks again,

-Al

Peter Hewett said:
Hi Al

From the VBA IDE open up your Form. Right click on the Form surface (but
NOT on a control) and select Tab Order. You should see the Frames and any
other controls you've added to the Form - but NOT the controls you've added
to the frames. Now set the tab order for the Frames and any other controls.

If at this stage your textboxes are listed as part of Form and not the
frames then you'll need to delete them and readd them correctly to the
Frame.

Repeat this step for each frame. Right click in the Frame surface (but NOT
on a control) and select Tab Order. Now set the order of the controls
within the Frame.

HTH + Cheers - Peter

Hi Folks,

I have a number of frames in my dialog box. Each textbox in each frame
seems to reset the tab order.

ie:


___________FRAME 1_____________

[1] [2] [3] <-textboxes tab order 1,2,3,


__________FRAME 2______________

[LISTBOX] <- no tab order


_________FRAME 3________________

[4] [5] <-textboxes order 4,5

[OK 5] <- ok btn tab order 6

__________________________________


Anyone know about this?

Cheers

-Al
 

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