Hi All,
I am having a table with one of the Column as SerialNo whose datatype is Autonumber...
whenever I Insert a row I want to get the SerialNo of that row..
In Sql Server , there is @@Identity so if we want last inserted row Serialno we write like this...
Select @@Identity
I want to ask What is the Equivalent of @@Identity in MS ACCESS 2007.
Please If any one knows the solution ..help me out
Thanks in Advance..
I am having a table with one of the Column as SerialNo whose datatype is Autonumber...
whenever I Insert a row I want to get the SerialNo of that row..
In Sql Server , there is @@Identity so if we want last inserted row Serialno we write like this...
Select @@Identity
I want to ask What is the Equivalent of @@Identity in MS ACCESS 2007.
Please If any one knows the solution ..help me out
Thanks in Advance..