From: Avid Fan on
I am trying to add a tab control on a page in another tab control.

I find that I can see the tab control on other pages of the orginal tab
control.
From: Dirk Goldgar on
"Avid Fan" <me(a)privacy.net> wrote in message
news:eAesIiCzKHA.4492(a)TK2MSFTNGP05.phx.gbl...
>I am trying to add a tab control on a page in another tab control.
>
> I find that I can see the tab control on other pages of the orginal tab
> control.


You can't put a tab control on a page of another tab control. I know of two
workarounds:

1. Put a subform on the tab page, and put the new tab control on that
subform.

2. Put the new tab control on the form in front of the original tab control,
and use the original tab control's Change event to make the new tab control
visible only when the original tab is on the desired page.

--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)

From: Avid Fan on
Dirk Goldgar wrote:
> "Avid Fan" <me(a)privacy.net> wrote in message
> news:eAesIiCzKHA.4492(a)TK2MSFTNGP05.phx.gbl...
>> I am trying to add a tab control on a page in another tab control.
>>
>> I find that I can see the tab control on other pages of the orginal
>> tab control.
>
>
> You can't put a tab control on a page of another tab control. I know of
> two workarounds:
>
> 1. Put a subform on the tab page, and put the new tab control on that
> subform.
>
> 2. Put the new tab control on the form in front of the original tab
> control, and use the original tab control's Change event to make the new
> tab control visible only when the original tab is on the desired page.
>

Thank you!
From: John W. Vinson on
On Fri, 26 Mar 2010 01:36:20 +1100, Avid Fan <me(a)privacy.net> wrote:

>I am trying to add a tab control on a page in another tab control.

You cannot, except by putting a subform on the tab page and putting a tab
control on the subform.
--

John W. Vinson [MVP]