Michael Haren gave you the answer, but I want to reinforce. It is very dangerous to use this command, and you should not use it, with the exception of a few very limited cases. When you use it, autonumbering no longer works for anyone, so all the code to insert records, usually into the database, will fail. This should be done in single-user mode, when possible, or at least after hours. You should not regularly insert records, but only for things such as combining data from one table into a new structure in a database redesign. If you donโt know what you are doing when you use this command, you can royally ruin the integrity of the database data.
Hlgem source share