N
Nikos Antoniou
Hello ng,
I would like to ask if there is a way to access the next Autonumber assigned
by MSAccess on a record. This is can be done in SQL Server with the variable
@@identity, I hope there is a way to "know" the next Autonumber value at the
time of a new record addition. Right now, I do it by starting a Transaction
via ADO and after the addition, I get the max Key from that table.
Excuse me if this question has already been answered.
Thanks in advance,
Nikos Antoniou
PS. I talking about incremental Autonumber.
I would like to ask if there is a way to access the next Autonumber assigned
by MSAccess on a record. This is can be done in SQL Server with the variable
@@identity, I hope there is a way to "know" the next Autonumber value at the
time of a new record addition. Right now, I do it by starting a Transaction
via ADO and after the addition, I get the max Key from that table.
Excuse me if this question has already been answered.
Thanks in advance,
Nikos Antoniou
PS. I talking about incremental Autonumber.