Re: How to retrieve id of last inserted record in Access without using @@identity?



Tina,

I am using Increment and not Random.

Thanks,
J.S.

--

"tina" <nospam@xxxxxxxxxxx> wrote in message
news:ZeCNe.639606$cg1.219154@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>> With Max you will always
>> get the last record entered because the last record entered always has
>> the
>> highest ID if you are using autonumbers.
>
> that should hold true if the Autonumber field's NewValues property is set
> to
> Increment, but not necessarily if the NewValues property is set to Random.


.