Forms and Subforms

J

Joan

Can you have a form that has a subform with a subform???
I have a form that is Customer Name and Customer ID. It
has a subform that has the System to be serviced and the
schedule for service. The subform than has a subform that
contains information on how to service. Is it possible to
have these all linked together so that when I add or
delete a new system, it will allow me to add or delete the
correspondiing information?
 
J

Joe Fallon

All the books say it is not possible.

But I built one once, so the books must be wrong.

The trick I used was to place the 2nd Subform in the footer of the 1st
subform.
It worked fine.

There are also ways of co-ordinating multiple sub-forms.
See Access Developer's Handbook for details.
 
Top