Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tab Control withing a Tab Control 2

Status
Not open for further replies.

treznorhk

Programmer
May 12, 2003
8
US
I have a form with a tab control with 6 tabs. On one of them, I would like it to have sub-tabs..

The idea is the Main tab title is Catagories, and when clicked I need to have another tab control on that page, which sub catagories because for this application, there are far too many catagories to put on one page.

The problem is, in access, the tab control add button does not let me place the control on a selected tab, it only places it on the main form.

Is there a way to determine which tab of a tab control is active, then I could change the .visible param of the 2nd tab control to "Yes" when it is activated?

Thanks in advance.
-Zach
 
Create a new Form, add a Tab Control to it. Place the New Form as a Sub Form on the Page of the Tab Control in the Main Form. Should work if I understand correctly what you are trying to do.

Good Luck

Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top