Hello and thanks for taking your time to view this.
I am hoping this is not a difficult request, merely one I have never had the need to explore yet. Difficult is even ok, impossible would be bad.
Basically I have a large list of duplicate files. I found a way to sort them in such a way that the ones that should be kept would be first in order. What I need to be able to do is Pull the first record of each duplicate group and append it into a table.
Hope that makes sense.
IE:
Test 123
Test 234
Test 456
The top Test 123 would be placed into a new table, the remainders would be left as is.
Thanks
I am hoping this is not a difficult request, merely one I have never had the need to explore yet. Difficult is even ok, impossible would be bad.
Basically I have a large list of duplicate files. I found a way to sort them in such a way that the ones that should be kept would be first in order. What I need to be able to do is Pull the first record of each duplicate group and append it into a table.
Hope that makes sense.
IE:
Test 123
Test 234
Test 456
The top Test 123 would be placed into a new table, the remainders would be left as is.
Thanks