Insert

  • Thread starter Thread starter dale
  • Start date Start date
D

dale

Is there a way to get back an id from an autonumber field when doing an
insert in the code?
 
Not before the INSERT, the record doesn't exist yet. You would have to
return the value from the field after the INSERT.
 

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