K
Kevin Sprinkel
If your subform is linked to the main form (via the Link
Master Field and Link Child Field properties of the
subform control), then if you are positioned on a new row
on the main form, no detail records will be associated
with it, therefore none will display. If you're seeing
any, you most likely have not linked the subform to the
main form properly.
Open the main form in design view, show the properties
(View, Properties), click on the ellipsis to the right of
the Link Master Field property, and set both properties to
the primary key of the main form recordset and the foreign
key matching it in the subform, respectively.
HTH
Kevin Sprinkel
Master Field and Link Child Field properties of the
subform control), then if you are positioned on a new row
on the main form, no detail records will be associated
with it, therefore none will display. If you're seeing
any, you most likely have not linked the subform to the
main form properly.
Open the main form in design view, show the properties
(View, Properties), click on the ellipsis to the right of
the Link Master Field property, and set both properties to
the primary key of the main form recordset and the foreign
key matching it in the subform, respectively.
HTH
Kevin Sprinkel