I Regularly refresh different databases throughout the year by making a copy of the old one and importing the new data into it. This results in a ton of redundant data, and I'm looking to quickly cull.
After sorting my grid by IDNumber, how can I get the "To Delete" column to automatically check in rows that have identical "IDNumber" ("duplicate ID" would be checked) and "Location" entries, but "NewEntry" is NOT checked?? (rows 2 & 11).
Similarly, how could I get "Location Change" to automatically check in a rows that have duplicate "IDNumber" values ("Duplicate ID" would be checked) and "NewEntry" is checked, but the "Location" values are different? (rows 3 & 8).