Insert

D

dale

Is there a way to get back an id from an autonumber field when doing an
insert in the code?
 
K

Klatuu

Not before the INSERT, the record doesn't exist yet. You would have to
return the value from the field after the INSERT.
 
Top