Re: Set Autonumber
- From: "Alex H" <aph@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 10 Jan 2006 14:59:41 -0000
Thanks for your response - given your caution, what is the best way then to
have a field that will increment by one for each records?
Thanks
A
"Rick Brandt" <rickbrandt2@xxxxxxxxxxx> wrote in message
news:RpPwf.23214$UF3.8579@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 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: Rick Brandt
- Re: Set Autonumber
- References:
- Set Autonumber
- From: Alex H
- Re: Set Autonumber
- From: Rick Brandt
- Set Autonumber
- Prev by Date: Re: Set Autonumber
- Next by Date: Re: Save Relation while reverse engineering
- Previous by thread: Re: Set Autonumber
- Next by thread: Re: Set Autonumber
- Index(es):
Relevant Pages
|