OK, I got the file. And also got a DoS attack on the server that really screwed my day. The account is now deleted - sorry, but I had to do it. And may it be a warning to all those guys who post such data on public forums...
Some thoughts about 'bigfoot':
Indeed, visually there are duplicates in the autonumber-surprisingly enough.
However, a Find duplicates query does not return any records and a Totals query shows a count of 1 for all numbers. There are 5 records less in the groups/totals query than in the original table, but a left join on the table and query does not reveal anything.
Created a related table and entered one value for the first instance of 168 and another record for the second instance.
<b>When doing a join between two tables, only 2 rows were returned. Which means that the 2 instances of 168 are actually the same. If they were duplicates, I would have obtained 4 rows. Which means you have a beginning of corruption in your database that causes displaying something else than what's actually stored.</b>
Since compacting the database gets everything back to normal, I'm almost sure that you face some 'light' corruption and you should do a decompile, a compact and a repair of the database.
It's however a relief, as i was going to throw out Access for duplicating the primary key.
Those records look as duplicates, but they are not...actually it looks like they don't even exist.
![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)
Daniel Vlas
Systems Consultant