Dear "JennBard1":
If you are concerned about the value of an autonumber field, you probably
shouldn't be using an autonumber for that field. Autonumbers aren't meant to
be used in a field where their value has any meaning to the user, since they
cannot be counted on to increment smoothly. They can develop gaps, become
very large, or even take on a negative value. AutoNumbers exist to provide a
unique value that can be used as a Primary Key.
However, the following link might be helpful to you (I've not tried this
myself, I've just noted the link...):
http://allenbrowne.com/ser-26.html
If you want to use a custom counter, you can look at samples of how to
implement this here:
http://rogersaccesslibrary.com/download3.asp?SampleName=AutonumberProblem.mdb
HTH
Fred Boer