Brook,
I think you are missing Jeff's point.
If no one sees it, then it makes no difference whether it starts from 1 or
99999.
It sounds like you are using the autonumber for something that the user will
see (Invoice number).
The consensus is against doing that. There are several reasons for that. If
you take his suggestion and search the newsgroup you will see why.

Signature
Alphonse Giambrone
Email: a-giam at customdatasolutions dot us
> What would you do if you had a primary key that was an
> autonumber? And this primary key/auto number field was use
[quoted text clipped - 14 lines]
> >
> >.
Brook - 30 Jul 2004 14:00 GMT
Sorry to cause such a fuss... I was just trying to pass
some information along that helped me out...
>-----Original Message-----
>Brook,
[quoted text clipped - 27 lines]
>
>.
Brook, pardon me for jumping in here. I'm pretty sure that my good friend
Jeff would never use an AutoNumber field to create an invoice number for an
application, but let me suggest that there is nothing inherently "evil" (if
I may be permitted to borrow a term from our President) about doing so and
it is certainly the easiest way to do that. However, there is an inherent
problem in using it that way. There is no guarantee that there will not be
gaps in the sequence of numbers. Most business like to have an unbroken
sequence for numbers like invoice numbers and insist on having an unbroken
sequence for numbers like check numbers. A value for an AutoNumber field is
lost once it has been used. Thus, if a user starts creating a record and
then presses the escape key or cancels the creation of the record in some
other way, the AutoNumber generated is gone forever. Therefore, if you are
going to use it for generating your invoice numbers you need to be aware of
that and make your users aware of it.
If you need an unbroken sequence of numbers, then you will have to come up
with another way to generate it.

Signature
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
> What would you do if you had a primary key that was an
> autonumber? And this primary key/auto number field was use
[quoted text clipped - 14 lines]
> >
> >.
Jeff Boyce - 31 Jul 2004 13:53 GMT
Lynn (and Brook)
You captured the gist of my first response -- Autonumbers do a great job,
but I don't like using them for purposes other than they're designed for.
Brook -- if you don't open the topic for discussion, how will you learn what
other folks think? No problems!
Jeff Boyce
<Access MVP