I am developing an MS Access 2007 application that requires the use of subforms with a rather complex user interface. I know how to create a parent form and bind to a subform so that it displays the data related to the record of the parent form, but my question is this:
If I have several nested subforms (say, 3 or 4 levels), can I somehow relate the subformation sitting on the 4th level with the record of the parent form on the 1st level? What I mean by nested subforms has a form inserted inside a form, inserted in another form, etc.
The subform I want to associate with the parent form currently uses the query as the source object, and the reason for using the subform is purely for the aesthetics of the user interface.
Is there an easy way to do this? Or perhaps using VBA?
source
share