I have a simple table for addresses. The AddressID is the primary key. Presently there are 4900+ records, last primary key # assigned was 4951.
When trying to add a new record, I am getting a duplicate primary key error. I watched to see what # access tries to assign to the new record and, indeed, it is trying to assign a record to a number that already exists (which was in the 4500 range)!
What can be done to remedy this?
When trying to add a new record, I am getting a duplicate primary key error. I watched to see what # access tries to assign to the new record and, indeed, it is trying to assign a record to a number that already exists (which was in the 4500 range)!
What can be done to remedy this?