Linking Subforms

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

Guest

I want to link two subforms together. The second subform has it's Child Link
Field set to [LocationID] and it's Master Link Field set to
Me.frmSubformGroup.LocationID. Each subform is a continuous form. When the
first record from the main form is loaded the correct records in the subforms
are displayed. However, when selecting a different record in the first
subform, the second subform doesn't requery itself. How can I fix this?

Thanks

Dave
 
I'm actually using [Forms]![frmJobSetup]![frmSubformGroup]![GroupID] as the
master field and [GroupID] in the child field.
 
Back
Top