I created a duplicate query to check the entries of several tables that have from 1800 entries (the two smallest sized tables) to 7800 entries (the three largest sized tables). All the columns in most all the tables are defined as text, except for date columns (in 3 tables) and hyperlink columns (in 1 table).
The query is to find duplicate entries by ECO number and model number (2 columns) in one particular table. There are a total of 10 columns in the table.
I automatically delete query information entries (not the record) if the information is the same, but the Access IDs are different. For example, if one entry for XXXX has an ID of1042 and another entry for XXXX with an ID of 7201 and all the other information in the other columns is the same, I delete the information and use the record for another entry.
I'm very careful with the data I'm entering for the tables. I enter the information on an Excel spreadsheet; then I organize it by model number using Excel's Data Sort function. Then copy & paste the entries into the tables.
However I've found some entries that have somewhat consecutive ID numbers:
Any idea of what is going on and how I can fix it?
Thank you