M
mbr96 via AccessMonster.com
I have an ID field set as the primary key for a table of invoices with about
9600 rows in it. The ID field is set as Autonumber, but the counter has
somehow reset itself to about 3200, meaning a new row gets created with ID
3200. But 3200 already exists, as does each value up to about 9600.
Of course, when that record tries to save, it doesn't allow it due to the key
violation.
What can cause the Autonumber field to reset to values already in the same
table??? I've advanced an autonumber field before to push it forward to some
round number 100000 or 5000 by appending blank rows in and letting the
autonumber advance itself, but that was when the autonumber values didn't
already exist in the table. I can't see advancing this counter 6000 times,
closing the table each time without saving the row. What can I do to advance
the counter to where it should be, over 9600+???
MBR
9600 rows in it. The ID field is set as Autonumber, but the counter has
somehow reset itself to about 3200, meaning a new row gets created with ID
3200. But 3200 already exists, as does each value up to about 9600.
Of course, when that record tries to save, it doesn't allow it due to the key
violation.
What can cause the Autonumber field to reset to values already in the same
table??? I've advanced an autonumber field before to push it forward to some
round number 100000 or 5000 by appending blank rows in and letting the
autonumber advance itself, but that was when the autonumber values didn't
already exist in the table. I can't see advancing this counter 6000 times,
closing the table each time without saving the row. What can I do to advance
the counter to where it should be, over 9600+???
MBR