Hello there,
I have a table with about 5000 records. the last record has the ID 7852 (this field was given the primary key and is of autonumber format.)
If I want to add a new record, the next ID is given 7853 - as expected.
In order to change the structure of the table I copied it (simple Copy-Paste command). When adding a new record into the copied table, the next ID is given 13153.
For some reason the ID field is adding 5300.
Has anyone had similiar experiences?
It is completely strange, since I haven't done any other changes to the table.
Thanks in advance, Michael.
I have a table with about 5000 records. the last record has the ID 7852 (this field was given the primary key and is of autonumber format.)
If I want to add a new record, the next ID is given 7853 - as expected.
In order to change the structure of the table I copied it (simple Copy-Paste command). When adding a new record into the copied table, the next ID is given 13153.
For some reason the ID field is adding 5300.
Has anyone had similiar experiences?
It is completely strange, since I haven't done any other changes to the table.
Thanks in advance, Michael.