Subform not showing all records

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.
 
R

Rick Brandt

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.
 

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