A family of Microsoft relational database management systems designed for ease of use.
Phyl04,
I was just trying to solve this problem as well. After a bunch of unsuccessful searching, I found a solution that is not intuitive at all but very simple to apply.
Here's the description of it:
"There is a bit of a clumsy way to get that. First you right click and Copy the table but when you choose Paste you have the option of Structure Only. Choose that. Then set whatever field is the unique ID (SSN, Trans #, EE badge # etc) to Primary Key. Paste the first table again, this time choose Append to Another table. You will get an error message that due to the Primary Key a certain amount of rows will not be appended thereby removing the dupes."
Source (in the comments):
https://www.youtube.com/watch?v=JEy0uUIYeX4&list=PL4UezTfGBADBmCOYtQ8QohflQNY1y3oE7&index=14
For a visual demonstration of this process, check out this video. Unfortunately, there isn't any audio in it, but by using the description from above and this visual I was able to do exactly what I needed to do. Hopefully you can too.
https://www.youtube.com/watch?v=Sl\_ujaTjxEs
Best of luck,
-Michael