DoCmd.Execute to insert a record

  • Thread starter Thread starter Bill Stanton
  • Start date Start date
B

Bill Stanton

After a DoCmd.Execute to insert a record
into a table, is there an easy way to find out
the value that was created for the autonumber
field in the table?
Thanks,
Bill
 
try creating a field, link it to the ID field (if that's the field for
the auto number)and then when the new record is produced, the
autonumber will be shown in the new field on the form
 
Back
Top