Access Append query--identity key

E

Elsa

Hi All,
Do you know how I can retrieve an autonumbered primary key from an Access
saved append query? What I am trying to accomplish is similar to what SQL
server allows one to do when running an insert stored procedure.
Where the insert runs first and then the identity (system-generated) key can
be
retrieved by coding "set @MemberID=@@identity".
Does Access have a way to accomplish this?

Any suggestions and directions are much appreciated.
Thanks,

cstech
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top