That is not the purpose of an autonumber field. You should not use an autonumber field if the number needs to have a specific meaning for each record in your table. You would need to create your own function to auto-increment the numbers. Search this forum for examples on how to do it. Most use the DMax function.
You can delete the autonumber field, save the table, then recreate the autonumber field if you need to "reset" the numbers.