dbTalk Databases Forums  

Tab controls nested 3 levels deep, using forms/subforms nested 3 levels

comp.databases.ms-access comp.databases.ms-access


Discuss Tab controls nested 3 levels deep, using forms/subforms nested 3 levels in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
DFS
 
Posts: n/a

Default Tab controls nested 3 levels deep, using forms/subforms nested 3 levels - 01-04-2005 , 06:25 PM






This works fine for me, and is very useful.

You can't nest tab controls on each other, so:

* start with main form
* tab control 1 is placed on main form
* subform 1 is placed on tab control 1
* tab control 2 is placed on subform 1
* subform 2 is placed on tab control 2
* tab control 3 is placed on subform 2
* subform 3 is placed on tab control 3
* etc.

A reference to the lowest-level subform can be done this way:

Forms.mainForm.Form.subForm1.Form.subForm2.Form.su bForm3.Form.RecordSource =
"sql statement"

Nothing too groundbreaking. Just wondering if others have tried it, and
have gone any levels deeper?




Reply With Quote
Reply




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 On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.