MS Access 2007
I’m trying to start AutoNumber at 5,000 and increase it by 9 for each entry. Is there any way to do this? It doesn’t have to be with AutoNumber, if there is another way in Access to do this, that would be great too. Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use DDL under ADO to set the autonumber seed and increment. (However, echoing @mwolfe02’s comment … why?)
Also see if this previous Stack Overflow question is useful to you: How to reset autonumber seed – MS Access/VB6