A family of Microsoft relational database management systems designed for ease of use.
You can reset an autonumber column by compacting and repairing the database. However, an autonumber is designed only to guarantee distinct values, not sequential values. If the value in each row is semantically significant, which it rarely is with a surrogate key, then an autonumber should not be used; the value should be computed when a row is inserted into the table.
You'll find an example in CustomNumber.zip in my public databases folder at:
https://onedrive.live.com/?cid=44CC60D7FEA42912&id=44CC60D7FEA42912!169
Note that if you are using an earlier version of Access you might find that the colour of some form objects such as buttons shows incorrectly and you will need to amend the form design accordingly.
If you have difficulty opening the link, copy the link (NB, not the link location) and paste it into your browser's address bar.
In this little demo file the option for 'Sequential Numbering' is developed from Roger Carlson's published method, and caters for possible conflicts in a multi-user environment. You'll note that this has been extended to allow for seeding of the next number to be used, and for the increment to be set to a value other than 1.