Synchronizing 2 forms

G

Guy Gilliland

I have created a form bound to a single table. I
have "dragged" another separate form (bound to another
table) onto the first form. The tables have defined
relationships.
How do I synchronize the second form based on the primary
key of the table related to the first form?

Here's what I mean
FormA based on TableA
FormB based on TableB
TableA relationship defined to TableB

FormB dragged onto FormA as subform
I want to synchronize subformB based on the primary key in
FormA (a control).
Thanks
Guy
 
S

Sandra Daigle

Have you set the LinkMasterFields and LinkChildFields of the subform
control? That's really all you should have to do - just put the name of the
linking field(s) into these properties and that should do it.
 

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

Top