Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tab Control

0 views
Skip to first unread message

Sheldon

unread,
Sep 22, 2004, 4:15:19 PM9/22/04
to
I placed a tab control with 4 tabs on a form. On one of the tabs I tried to
place another tab control. I was able to place it.

But when I run the form the tab control on the tab control is always on top.
I only the second tab control to appear on a particular page of the 'master'
tab control.

Is this possible?

Sheldon

unread,
Sep 22, 2004, 4:49:03 PM9/22/04
to
I figured it out. You can't do it directly. I placed the lowever level tab
control on a subform.

Van T. Dinh

unread,
Sep 22, 2004, 11:19:01 PM9/22/04
to
In your previous post, the behaviour meant that both
TabControls are *on the Form* and the smaller TabControl
is not on a Page of the larger TabControl.

Using the Subform is one way. Another way is to leave
both TabControls on the Form and use code to show the
smaller TabControl when the appropriate Page of the larger
TabControl is selected. If another Page of the larger
TabControl is selected, use code again to hide the smaller
TabControl.

HTH
Van T. Dinh
MVP (Access)

>.
>

0 new messages