Hello All,
I have 2 different tables having different attributes and attribute names. But they contain alomst the same data just that they have different names for the attributes. Now I want all this data at a common location and So I try to append the data putting similar field values from one table into another table. The problem I face now is that 2 records have same data related to the same person. I have fields for Last_Name, First_Name and Middle_Name in each of these 2 tables. I want unique records for a single person. So how to delete the duplicates from the common table. I can find out the duplicates using the duplicate query, But how can I delete other records leaving just 1 unique record.
I wud appreciate the help.
I have 2 different tables having different attributes and attribute names. But they contain alomst the same data just that they have different names for the attributes. Now I want all this data at a common location and So I try to append the data putting similar field values from one table into another table. The problem I face now is that 2 records have same data related to the same person. I have fields for Last_Name, First_Name and Middle_Name in each of these 2 tables. I want unique records for a single person. So how to delete the duplicates from the common table. I can find out the duplicates using the duplicate query, But how can I delete other records leaving just 1 unique record.
I wud appreciate the help.