I have a (Microsoft access office 365 database). I have a number of records in a table in the database. Lets say I have 5 records numbered 1 to 5 respectfully. now when I delete record number 3. Record number 3 is now gone. The problem I am having is when I create a new record I see that record number 3 is being used again as a record number despite the fact that record number 3 has been deleted. This to me should not be happening. I recently upgraded the Microsoft Access Database Engine redistributable 2016 on our server from 2010. Thinking this might resolve the problem. The data type and primary key for the archiveID field is AutoNumber.
Please advise.
The data type and primary key for the archiveID field is AutoNumber.
It it's really autonumber, that should not happen in any case, as far as I know. Are you sure it is Autonumber? Also, as @ComputerVersteher said, is there any macro or VBA code or something that might be interfering with that? – Foxfire And Burns And Burns