I have a database that won't allow me to enter new records. The problem is that when a new record is going to be inserted in to it the Auto Index number is a duplicate of an existing index number. The primary key field for this table is set to No Duplilcates. It looks like the auto index numbering has been reset back to a number already in use by an existing record.
The current database's primary table has 619 records in it. When I try to enter a new record the auto index sets the record number to 31. Of course that number is already in use by another record.
So some how the auto numbering was reset. So how do I reset it so that when I add a new record it starts with 620?
OK, I suppose I could export the database and then reimport it into a blank database. However, creating a blank database means just deleting all of the records in the database. Which will leave the auto number index set to start at 31.
Any body have any suggestions or ideas of how to fix this problem?
Best Regards,
The current database's primary table has 619 records in it. When I try to enter a new record the auto index sets the record number to 31. Of course that number is already in use by another record.
So some how the auto numbering was reset. So how do I reset it so that when I add a new record it starts with 620?
OK, I suppose I could export the database and then reimport it into a blank database. However, creating a blank database means just deleting all of the records in the database. Which will leave the auto number index set to start at 31.
Any body have any suggestions or ideas of how to fix this problem?
Best Regards,