If you have to reset the sequence on the fly, you are mis-using the autonumber. Autonumbers are intended to provide a unique identifier, nothing else. Search for code to generate your own sequence number and forget the autonumber. Don't forget to include error trapping code that allows you to loop should your code try to insert a number that is already assigned. The heavier your traffic, the more likely you are to generate dups.