Returning @@Identity possible in Access??

S

scott

I am inserting a new row into a table, and need its
primary key (the id) returned to me, so I can use it in a
later part of a transaction (doing this in ASP and
ColdFusion, hitting my access database).

Is there a way to do this in access? Or, can I only do it
in SQL server or Oracle?

-scott-
 
Top