So, in everything I’ve searched through, the answer to eliminating duplicates is 1) good table design or 2) make an append query. Here’s why those answers don’t work for me and why I need some additional help:
1. my table is an odbc feed from another source so i cannot append or adjust it.
2. my data as i bring it from the linked table to a query for cleanup is good.
3. i then take that data and smash it up against another unique table to give some additional fields. here’s where my data starts to fall apart. in this query, i randomly return so-called duplicates. i know that they aren’t really there, but i don’t know how to get rid of them.
i’m not sure of where to take it from here. thank you for all your help!