INSERT INTO YourTable (YourAutoNumberField)
Values (1000);
2. Open the table and delete that record you just inserted.
3. The next created record will have a value of 1001.
Obviously, you need to replace 1000 with the value that is one lower than
where you want it to start.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.