D dale Jun 24, 2005 #1 Is there a way to get back an id from an autonumber field when doing an insert in the code?
G Guest Jun 24, 2005 #2 Not before the INSERT, the record doesn't exist yet. You would have to return the value from the field after the INSERT.
Not before the INSERT, the record doesn't exist yet. You would have to return the value from the field after the INSERT.