Hello,
I am looping through my recordsets with two recordset pointers, and every time i come to a duplicate, i rst.delete it.
however, when the outer pointer comes upon a deleted record, i get an error saying "record has been deleted". I've tried the refresh function to just remove these records, but that does not work.
(I've also tried flagging duplicate records, but have come against too many brick walls, so i'm trying to revisit this idea).
Thank you so much from a disgruntled VBAer.
I am looping through my recordsets with two recordset pointers, and every time i come to a duplicate, i rst.delete it.
however, when the outer pointer comes upon a deleted record, i get an error saying "record has been deleted". I've tried the refresh function to just remove these records, but that does not work.
(I've also tried flagging duplicate records, but have come against too many brick walls, so i'm trying to revisit this idea).
Thank you so much from a disgruntled VBAer.