First of all, Bill, ask yourself why you want to do that? An Autonumber
field is not guaranteed to be sequential and is generally meaningless to the
end user, so there isn't much reason for it. It's sole purpose should be to
provide a unique identifier for a record and, if that's what you use it for,
then it doesn't matter where it starts. Second, if you are intent on
renumbering it, you can delete all the records from the table and compact
the database. That SHOULD reset it the counter to 1, but there isn't even a
guarantee that that will work in all cases.