Main Form, Tab Control and Sub Forms

Hazel

Registered User.
Local time
Today, 14:09
Joined
Apr 1, 2005
Messages
19
Please help

I have a main form, which has a tab control page.
In the tab control page 1 there are two sub forms.
Problem is i would like to be able to tab from 1st tab control page to the 1st sub form then on to the 2nd sub form then on to the next tab control page and so on.

I have 11 tabs and all have two sub forms.

Can anyone help
 
If you cant do it using the standard Tab Order form, you could try catching the Tab key using the autokeys macro and control the order of the tabs yourself.
This requires some basic knowledge of VBA.
 

Users who are viewing this thread

Back
Top Bottom