A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can you add a tab control inside another tab control



 
 
Thread Tools Display Modes
  #1  
Old March 25th, 2010, 02:36 PM posted to microsoft.public.access.forms
Avid Fan
external usenet poster
 
Posts: 30
Default Can you add a tab control inside another tab control

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.
  #2  
Old March 25th, 2010, 03:00 PM posted to microsoft.public.access.forms
Dirk Goldgar
external usenet poster
 
Posts: 2,529
Default Can you add a tab control inside another tab control

"Avid Fan" wrote in message
...
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)

  #3  
Old March 25th, 2010, 03:05 PM posted to microsoft.public.access.forms
Avid Fan
external usenet poster
 
Posts: 30
Default Can you add a tab control inside another tab control

Dirk Goldgar wrote:
"Avid Fan" wrote in message
...
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!
  #4  
Old March 25th, 2010, 03:48 PM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Can you add a tab control inside another tab control

On Fri, 26 Mar 2010 01:36:20 +1100, Avid Fan 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]
 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:53 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.