In one of my tables I have a field that is 'AutoNumber'. I would like to
reset the number, before delivery to clients. Please tell me how to reset
this field.
It shouldn't matter. Autonumbers have one purpose, and one purpose only: to
provide a guaranteed unique key. They aren't suitable for human viewing, and
generally should not be exposed to user view at all. It makes no difference
whatsoever if the autonumber primary key of the first record is 1, or 3125, or
-154122591, just so long as it's unique within the table.
That said... depending on your version of Access, you may be able to delete
all records in the table and then use Tools... Database Utilities... Compact
and Repair. There are more elaborate tricks to set the starting point but
again... it shouldn't make any difference.
John W. Vinson [MVP]