I have created a normalized database Client, Project, Participant, TestName and Scores. TestName is a look up table containing the test names, Scores has a FK to the Participant and TestName.
I have enabled referential integrity in the relationships. Client may have many Projects and a project may have many Participants. A participant may have many tests and scores.
I have created a record set (dbOpenDynaset) that brings together the client, project, test name and scores for a selected participant. I will need to edit existing data and append and delete rows.
My question is how can I populate a subform from the record set so I can add edit and delete? Can some one provide some sample code or direct me to a sample?
Thanks