Forum Discussion
odalistt
7 years agoRegular Visitor
Removing duplicate data
I have 2 equal tables, the second has the same data as the first and also some new records. How can I delete the duplicate data that appears in both tables? I created an append relationship becau...
- 7 years ago
Hi odalistt
In Edit Queries, after appending,
Add a column to merge all columns into one column
Then remove duplicates
Then you could remove the merged column without reflecting the table
Best Regards
Maggie
v-juanli-msft
7 years agoCommunity Support
Hi odalistt
In Edit Queries, after appending,
Add a column to merge all columns into one column
Then remove duplicates
Then you could remove the merged column without reflecting the table
Best Regards
Maggie