Subform not showing all records

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

Guest

I have a main form that contains general details about a PO with a subform
that contains detailed information about activities associated with that PO.
My problem is when I add multiple records to the subform and close the
database, the next time I open the main form only the first record appears in
the subform. If I open the subform or the table for the subform all the
records appear. I do not receive any errors or warnings.
Any help on how to get all the records to appear when viewing the main form
would be greatly appreciated.
 
Tom said:
I have a main form that contains general details about a PO with a
subform that contains detailed information about activities
associated with that PO. My problem is when I add multiple records to
the subform and close the database, the next time I open the main
form only the first record appears in the subform. If I open the
subform or the table for the subform all the records appear. I do not
receive any errors or warnings.
Any help on how to get all the records to appear when viewing the
main form would be greatly appreciated.

The records you see in a subform per-main-form-record is totally controlled
by the MasterLink and ChildLink properties of the subform control. Sounds
like yours are set wrong.
 
Back
Top