Sub-form within a sub-form

PeteB

Registered User.
Local time
Today, 02:12
Joined
Mar 15, 2016
Messages
78
This might be a crazy question but, Sub-form within a sub-form - is this possible? If so, how?
 
you can have up to 7 levels of subforms.

FormA-subformB-subformC-etc

just drag subformC onto subformB, then subform B onto formA if not already done

Note if formA or subformB are continuous you will get a message saying you can't have subforms on continuous forms. You can - but they have to be in the header or footer. Access will reset the form view to single, just change it back to continuous
 
You can nest subforms, but takes a little art to keep them from being confusing. I find most Access applications with nested subforms are not very user friendly. I tend to do linked subforms, where the subforms are on the same mainform, but not nested. Here is a demo image.
 
three part nesting
Are those three linked subforms or "nested". Are any of those inside another subform.
 

Users who are viewing this thread

Back
Top Bottom