Four-Level Form

WayneRyan

AWF VIP
Local time
Today, 21:50
Joined
Nov 19, 2002
Messages
7,122
hi,

I am about to design a form that has a four-level Master-Child
relationship. I did this a few years ago.

My question is:

Should I have one main form and three subforms?

or

Should I have one main form with a subform, the subform has a subform,
and that subform has a subform?

Help
Wayne
 
When the relationship is hierarchial, you should use a subform within a subform within a main form. Access only allows three levels on a single form. Your fourth level can be a popup from the innermost subform.
 
Thanks Pat,

The info helps. In a way it's good that the last level is
a popup. It will be used to assign people to a task and
will provide more room for the other levels.

I do remember that a previous implementation of this had
a main and three subforms. All of the linkage was done by
events with a lot of requeries. I think the screen kind of
flickered a bit when refreshing.

Thanks again,
Wayne
 

Users who are viewing this thread

Back
Top Bottom