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.
 
Back
Top