Tab Controls

A

Anthony

Can I insert a tab control on a tab control, so that the
inserted tab control will only show up on that page? If
so how?
 
D

Dirk Goldgar

Anthony said:
Can I insert a tab control on a tab control, so that the
inserted tab control will only show up on that page? If
so how?

The only way you can do this is to put the second tab control on a
subform, and put the subform on the tab page.
 
Top