Re: Set Autonumber
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Tue, 10 Jan 2006 14:21:37 GMT
Alex H wrote:
> I want to use the autonumber as a serial number, but need it to start
> at 1005. is this possible please?
>
> Thanks
> A
Use an append query to insert a record into th4e table with a value of 1004
and then delete that record afterwards. The next record will then use 1005.
Hopefully you understand that AutoNumbers will not reliably produce a
sequence of numbers without gaps. The general use of AutoNumbers involves
having zero concern for their value other than that they be unique. If you
are counting on anything beyond uniqueness you are likely to be
dissappointed.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: Set Autonumber
- From: Alex H
- Re: Set Autonumber
- References:
- Set Autonumber
- From: Alex H
- Set Autonumber
- Prev by Date: Set Autonumber
- Next by Date: Re: Set Autonumber
- Previous by thread: Set Autonumber
- Next by thread: Re: Set Autonumber
- Index(es):