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
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