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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Separate Form 0
Use field to update multiple fields 4
Access Daily Entry with multiple entries per field 0
Sub forms keep turning out like tables 2
Form will not display records 3
Linked forms 1
m:n forms 1
Access Form Refresh 1

Back
Top