How do I link forms from related tables in Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I create 5 forms form related 1 to many related tables in MS Access. I need
to keep the forms together. How can I do This_
 
sebastico said:
I create 5 forms form related 1 to many related tables in MS Access.
I need to keep the forms together. How can I do This_

The only way to have forms act as "related" like your tables is to use a
main form with embedded subforms. Then the MasterLink and ChildLink
properties of each subform control will provide such linking. If you open
the forms separately then there is nothing to make them act related or
linked unless YOU add VBA code in all of them to obtain that behavior.
 
Back
Top