How to Get AutoNumber after Insert

  • Thread starter Thread starter XMan
  • Start date Start date
X

XMan

Is there a way to get the generated number for an AutoNumber field after
record is inserted into database? I use the AutoNumber for my table key.
TIA.
 
It depends on how you insert the Record but if you use DAO, check Access VB
Help on the "LastModified" Property.
 

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

Back
Top