B
br549
I need to delete duplicate records in a table (the records are exact
duplicates in every field, I have no control over duplicates being there).
I found VBA code from:
http://www.databasejournal.com/features/msaccess/article.php/3077791
that claims to do this. I've never used VBA in Access (just Excel). When I
paste this code into a new module and press the run button, it asks for a
Macro Name. There are no "macros" in the database and it doesn't recognize
the name of the Sub when I type it in. Any suggestions about what I'm doing
wrong?
thanks
duplicates in every field, I have no control over duplicates being there).
I found VBA code from:
http://www.databasejournal.com/features/msaccess/article.php/3077791
that claims to do this. I've never used VBA in Access (just Excel). When I
paste this code into a new module and press the run button, it asks for a
Macro Name. There are no "macros" in the database and it doesn't recognize
the name of the Sub when I type it in. Any suggestions about what I'm doing
wrong?
thanks