Hi,
I have a many to many relationship between the following tables:
tblBibli with 43000 records
NewTable is the junction table with 62000 records
The NewTable has two fields: FamilyName and FirstName (with duplicates)
How can I create the third table tblNames that contains no duplicates names in order to continue the N:M relationship?
Here is a picture of the relationship until now:
Here is also a sample data from the junction table:
Thanks