S
Steve Voorhees
I have a database that has 3 different tables that I have linked via
relationships. They are: Customers, Complaints, and Call Info.
In the Customers table I have a unique field named CustomersID. In the
Complaints table, I have a field called CustomersID, set as a number, and a
unique field in called ComplaintID. In the Call Info table, I have the field
ComplaintID as a number.
The various tables are linked via relationships.
What I have found is that there are numerous customer records, that have
associated records in the other 2 tables.
What I would like to be able to do is "merge" the duplicate records into a
single record, and have any associated records reflect the change.
Any suggestions?
relationships. They are: Customers, Complaints, and Call Info.
In the Customers table I have a unique field named CustomersID. In the
Complaints table, I have a field called CustomersID, set as a number, and a
unique field in called ComplaintID. In the Call Info table, I have the field
ComplaintID as a number.
The various tables are linked via relationships.
What I have found is that there are numerous customer records, that have
associated records in the other 2 tables.
What I would like to be able to do is "merge" the duplicate records into a
single record, and have any associated records reflect the change.
Any suggestions?