Subform does not update table

pivottable

Registered User.
Local time
Today, 12:27
Joined
Jul 16, 2014
Messages
27
Hi,

I have a many to many relationship between tblMain and tblComp, where the junction table is jtblMain_Comp. The real life scenario is one person can have many complications, and each complication can be encountered by many people.

I've set up a form with a subform, to enter multiple Comp. I thought that by defining the relationship, the MainID would be entered into the junction table whenever a Comp is entered, but I'm clearly missing a step.

Sample database attached.

Thanks!
 

Attachments

.. but I'm clearly missing a step.
2 steps to be completely accurate:

  1. Include the ID field in the query for the main form.
  2. Link the main and subform togehter using the "Link Master Fields" and "Link Child Fields".
Database attached.
 

Attachments

That's great!

Thanks!
 

Users who are viewing this thread

Back
Top Bottom