I have two tables: tblContacts and tblCorrespond. Each contact can have up to four records in the tblCorrespond table. There is an Outer Join relationship between the two tables (show all records from tblContacts and only those from tblCorrespond).
I created a two-page form. On page one is the contact information and on page two is a subform with the correspondence information. The form works fine except that when I add an additional correspondence to a contact I get an addition record in the form. It is not creating a new Contact record in tblContacts though. So if I am on the contact John Smith in the form and I go to the second page and add a second correspondence record for him, he now appears in the form twice. The record navigator at the bottom shows that I have 162 records (the number of records in tblCorrespond) rather than 159 records (the number of records in tblContacts). I must have my relationship or form/subform definition messed up.
Any help would be greatly appreciated.
I created a two-page form. On page one is the contact information and on page two is a subform with the correspondence information. The form works fine except that when I add an additional correspondence to a contact I get an addition record in the form. It is not creating a new Contact record in tblContacts though. So if I am on the contact John Smith in the form and I go to the second page and add a second correspondence record for him, he now appears in the form twice. The record navigator at the bottom shows that I have 162 records (the number of records in tblCorrespond) rather than 159 records (the number of records in tblContacts). I must have my relationship or form/subform definition messed up.
Any help would be greatly appreciated.