How set starting number for autonumber field ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set the starting autonumber to other than 1 ??

Does it matter if the table has already had records added so long as they have been deleted
i.e. if the table is empty is it possible even though it had had records added then deleted

I looked in Help but its very vague.
 
Ryan

If you (or your users) care about the value of an autonumber field, you
probably need to make a change. Access Autonumbers are intended as
generally unique row identifiers, and usually are not fit for human
consumption.

Perhaps you could describe a bit further WHY you want to do this?

More info, please...

Jeff Boyce
<Access MVP>
 
Back
Top