I have encountered the following "problem" -
When the key field is AutoNumber, the number is generated whenever I type something in thet record.
If I regret and delete all record content, the key number is "lost". The record does not appear in the table but the next record will be indexed as if it is there.
I have tried several aproaches such as use of Undo during Form.Close and then use the runCommand to perform DatabaseCompact.
I've got an error message on the compact thing.
Does any one have any idea how to regain the "lost" indexes?
Any tip will be appreciated.
When the key field is AutoNumber, the number is generated whenever I type something in thet record.
If I regret and delete all record content, the key number is "lost". The record does not appear in the table but the next record will be indexed as if it is there.
I have tried several aproaches such as use of Undo during Form.Close and then use the runCommand to perform DatabaseCompact.
I've got an error message on the compact thing.
Does any one have any idea how to regain the "lost" indexes?
Any tip will be appreciated.