I have a one to many child table related to its parent. However in the child table there is a field for a persons name entry. However the users have been entering multiple names. I am therfore considering putting in another related table to the existing child table. Having found a way to split the names up in the existing field I have found many duplications amounting to 9k+ names. With a distinct query there are 3k+ names. I have exported 9k+ names into another table but how can I introduce another permanent table within the existing two tables thatwill have I think have a many to many relationship.
Table 1
ID1 Primary Key
Table 2
ID1 Foreign Key
ID2 Primary Key.
Many thanks
Table 1
ID1 Primary Key
Table 2
ID1 Foreign Key
ID2 Primary Key.
Many thanks