Connecting Tech Pros Worldwide Help | Site Map

Tab control within another tab control

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 13th, 2005, 01:33 AM
Paul Mendez
Guest
 
Posts: n/a
Default Tab control within another tab control

I am creating a form with a tab control containing 10 tabs. and what I
want to do is on only on of the tabs, I want a sub section of tabs.
So what it ends up being is one main tab control with another tab
control embedded into only one of the tab pages. The problem I am
getting is when I insert the sub section tab control into one of the
tabs from the main tab control, the sub section tab control appears in
every tab in the main tab control. Can anyone help? What do I need
to do so it only appears in one tab, not all.
Thanks

  #2  
Old November 13th, 2005, 01:33 AM
Allen Browne
Guest
 
Posts: n/a
Default Re: Tab control within another tab control

As you found, you cannot place a tab control on one of the pages of another
tab control.

However, you can place a subform on a tab control page, and the subform can
have its own tab control.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Paul Mendez" <pmendez@thelyndco.com> wrote in message
news:99915b66.0408030655.4d96353d@posting.google.c om...[color=blue]
> I am creating a form with a tab control containing 10 tabs. and what I
> want to do is on only on of the tabs, I want a sub section of tabs.
> So what it ends up being is one main tab control with another tab
> control embedded into only one of the tab pages. The problem I am
> getting is when I insert the sub section tab control into one of the
> tabs from the main tab control, the sub section tab control appears in
> every tab in the main tab control. Can anyone help? What do I need
> to do so it only appears in one tab, not all.
> Thanks[/color]


  #3  
Old November 13th, 2005, 01:33 AM
PC Datasheet
Guest
 
Posts: n/a
Default Re: Tab control within another tab control

Paul,

You can't embed a tab control inside another tab control. Although the
subsection tab control appears to be embedded in all the pages of the primary
tab control, it is not; it is actually installed on your form as a second tab
control.

To get what you want, create a new form and install the subsection tab control
on the new form. Next open your original form in design view, and create a
subform control on the page where you want the subsection tab control. Select
the subform control, open properties to the Data tab and set the Source Object
Property to the name of your new form.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com


"Paul Mendez" <pmendez@thelyndco.com> wrote in message
news:99915b66.0408030655.4d96353d@posting.google.c om...[color=blue]
> I am creating a form with a tab control containing 10 tabs. and what I
> want to do is on only on of the tabs, I want a sub section of tabs.
> So what it ends up being is one main tab control with another tab
> control embedded into only one of the tab pages. The problem I am
> getting is when I insert the sub section tab control into one of the
> tabs from the main tab control, the sub section tab control appears in
> every tab in the main tab control. Can anyone help? What do I need
> to do so it only appears in one tab, not all.
> Thanks[/color]


  #4  
Old November 13th, 2005, 01:33 AM
Ed Marzan
Guest
 
Posts: n/a
Default Re: Tab control within another tab control

I hope this post is not repeated as the browser timed out when I hit
the "Post message" button.

My suggestion was to make sure the correct tab on the main tab control
was selected before you placed the sub tab control on the main tab
control.

HTH!

pmendez@thelyndco.com (Paul Mendez) wrote in message news:<99915b66.0408030655.4d96353d@posting.google. com>...[color=blue]
> I am creating a form with a tab control containing 10 tabs. and what I
> want to do is on only on of the tabs, I want a sub section of tabs.
> So what it ends up being is one main tab control with another tab
> control embedded into only one of the tab pages. The problem I am
> getting is when I insert the sub section tab control into one of the
> tabs from the main tab control, the sub section tab control appears in
> every tab in the main tab control. Can anyone help? What do I need
> to do so it only appears in one tab, not all.
> Thanks[/color]
  #5  
Old November 13th, 2005, 01:33 AM
PC Datasheet
Guest
 
Posts: n/a
Default Re: Tab control within another tab control

Ed,

You can't place a tab control on another tab control!

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
resource@pcdatasheet.com
www.pcdatasheet.com


"Ed Marzan" <ducojansen@aol.com> wrote in message
news:cc123933.0408031218.512c1101@posting.google.c om...[color=blue]
> I hope this post is not repeated as the browser timed out when I hit
> the "Post message" button.
>
> My suggestion was to make sure the correct tab on the main tab control
> was selected before you placed the sub tab control on the main tab
> control.
>
> HTH!
>
> pmendez@thelyndco.com (Paul Mendez) wrote in message[/color]
news:<99915b66.0408030655.4d96353d@posting.google. com>...[color=blue][color=green]
> > I am creating a form with a tab control containing 10 tabs. and what I
> > want to do is on only on of the tabs, I want a sub section of tabs.
> > So what it ends up being is one main tab control with another tab
> > control embedded into only one of the tab pages. The problem I am
> > getting is when I insert the sub section tab control into one of the
> > tabs from the main tab control, the sub section tab control appears in
> > every tab in the main tab control. Can anyone help? What do I need
> > to do so it only appears in one tab, not all.
> > Thanks[/color][/color]


  #6  
Old November 13th, 2005, 01:34 AM
paii, Ron
Guest
 
Posts: n/a
Default Re: Tab control within another tab control

You may want to rethink your interface, Tabs within Tabs are confusing for
the user.

Check out the following site

http://digilander.libero.it/chiedilo...tect/shame.htm

It has some good examples of how to create user interfaces.

"Paul Mendez" <pmendez@thelyndco.com> wrote in message
news:99915b66.0408030655.4d96353d@posting.google.c om...[color=blue]
> I am creating a form with a tab control containing 10 tabs. and what I
> want to do is on only on of the tabs, I want a sub section of tabs.
> So what it ends up being is one main tab control with another tab
> control embedded into only one of the tab pages. The problem I am
> getting is when I insert the sub section tab control into one of the
> tabs from the main tab control, the sub section tab control appears in
> every tab in the main tab control. Can anyone help? What do I need
> to do so it only appears in one tab, not all.
> Thanks[/color]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.