E
Eric Caron
Hi all,
In Access 2000, is there a way to know the value of the autonumber field of
the last record inserted, apart from doing a MAX(autonum_field) + 1 in a
second query? I am looking for something like @@IDENTITY in SQL Server and
I fear that the MAX() method would introduce bugs if there are many inserts
in succession.
Any help would be appreciated.
In Access 2000, is there a way to know the value of the autonumber field of
the last record inserted, apart from doing a MAX(autonum_field) + 1 in a
second query? I am looking for something like @@IDENTITY in SQL Server and
I fear that the MAX() method would introduce bugs if there are many inserts
in succession.
Any help would be appreciated.