Hello,
I am assigning IDs by first going through the records and determining which records are duplicates (from there I flag the duplicate with a -1 in the ID field, then delete all the -1s before I assign the ID). Just for some background info.
I have a Current and Next pointer looping through the records (each next recordset is compared with the current, and then incremented). The problem is when I am on the same recordset - is there a way of determing whether the Current and Next pointers are on the SAME recordset, rather than the Next being just a duplicate?
(I can't set any properties to allow no duplicates, because I am importing the data, and this is to remove any data that has been imported more than once).
I've been working on this forever, and am getting nowhere, so any help would be greatly appreciated.
Thanks so much,
Julie
I am assigning IDs by first going through the records and determining which records are duplicates (from there I flag the duplicate with a -1 in the ID field, then delete all the -1s before I assign the ID). Just for some background info.
I have a Current and Next pointer looping through the records (each next recordset is compared with the current, and then incremented). The problem is when I am on the same recordset - is there a way of determing whether the Current and Next pointers are on the SAME recordset, rather than the Next being just a duplicate?
(I can't set any properties to allow no duplicates, because I am importing the data, and this is to remove any data that has been imported more than once).
I've been working on this forever, and am getting nowhere, so any help would be greatly appreciated.
Thanks so much,
Julie