I'm relatively new to Microsoft Access and built my own database to manage real estate properties - so I must have made a dumb mistake somewhere.
I have two tables (Project Details and Contact Info) that are linked to a form. The relationship is one (Project Details) to many (Contact Info). The form I created has fields from the Project Details table, and I nested a subform to show the Contact Info
fields correlated to each unique ProjectID from the Project Details table.
The table views look totally normal and have no duplicates. But when I open the form, there are several exact duplicates for each unique ProjectID. I've finally figured out that the amount of duplicates correlates to how many fields are in the Contact Info
subform. For instance, Property 1 only has one row in the Project Details table and 4 rows in the Contact Info table - when I open the form, there are 4 exact duplicate records for Property 1.
Any ideas??? I'm happy to post a simplified copy of my database so you can dig into the details, but I'm not sure where/how to do that.