Trying to fix weird AutoNumber problem in a program written by long-gone programmer. Occasionally user cannot add records to a table with an AutoNumber key because the Add procedure creates an non-unqiue AutoNumber — it is a lower number than the last AutoNumber in the table. The work-around has been to manually go to the table and type a few chars for new record (which generates incorrect Autonumber), hit ESCAPE, type a few chars for new record again (which increments the AutoNumber by 1), hit ESCAPE. Repeat until the Autonumber has been incremented to the correct value.
Its installed on a network with several users.
Is there a sleuth out there with ANY idea of where to start looking for the problem?? In the code that imports data into the table? Are there multi-user settings I should look at?
Stumped,
Gwemda