P
Philip
Hello All.
I need some help designing a FindDuplicates query.
Never done them before, so in the dark here.
I have;
1 Table with about 6000 records. None of them are duplicates. I need to
keep them all
I keep a unique field, and normally its a KEY field. I had taken the key
off of it for reasons of importing data, and stupidity, and this has lead to
this stuffup. This "Normally Key Field" is called [Cust_ID]. In the
process of my stuffing around, cleaning up the data that I had just
imported, I was updating the Cust_ID field, and changed a stack of them to
Duplicates (just this one field). Bugger. Should not have left the KEY on
(I know). I now need to create a query to go and update every First (or
second) instance of the same Cust_ID.
In short. I need to search for Duplicates of Cust_ID in my table, and
update one of them to make them unique again.
Can someone point me in the right direction with the Query to find the
duplicates? Once I have that, I'm sure I will be able to do the rest
myself.
Thanks.
I need some help designing a FindDuplicates query.
Never done them before, so in the dark here.
I have;
1 Table with about 6000 records. None of them are duplicates. I need to
keep them all
I keep a unique field, and normally its a KEY field. I had taken the key
off of it for reasons of importing data, and stupidity, and this has lead to
this stuffup. This "Normally Key Field" is called [Cust_ID]. In the
process of my stuffing around, cleaning up the data that I had just
imported, I was updating the Cust_ID field, and changed a stack of them to
Duplicates (just this one field). Bugger. Should not have left the KEY on
(I know). I now need to create a query to go and update every First (or
second) instance of the same Cust_ID.
In short. I need to search for Duplicates of Cust_ID in my table, and
update one of them to make them unique again.
Can someone point me in the right direction with the Query to find the
duplicates? Once I have that, I'm sure I will be able to do the rest
myself.
Thanks.