View Single Post
  #2  
Old April 8th, 2010, 01:59 PM posted to microsoft.public.access.gettingstarted
Daniel Pineault
external usenet poster
 
Posts: 658
Default Autonumber numbers

An autonumber field is not supposed to be used as a user's numbering system.
If you want to have a numbering system, then you should create it by creating
a number field and applying your math and logic to it. This way you can
start it at whatever number you wish and can control number issuing... But
as far as an autonumber is concerned... you are relying on something in a way
you should not be.
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.



"Marsh" wrote:

Is there a way, in a new Access 2007 database, to start the numbers of an
Autonumber field at a number other than 1? It would be very convenient for
us to start at 10001.

Marsh