From: Avid Fan on 25 Mar 2010 10:36 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 25 Mar 2010 11:00 "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 25 Mar 2010 11:05 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 25 Mar 2010 11:48 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]
|
Pages: 1 Prev: #ERROR in textbox Next: Listbox won't display contents until I click on it |