I have a form (the first form) with data pulled from a table that is being used to create records in a different table (the second table). I am using a SQL insert command to place values from my first form into the fields in the second table. After the new record is created in the second table I am closing the first form and opening a form bound to the second table with the new record to permit additional editing and/or processing of that record. The field through which I need to identify the data to retrieve from the second table is an autonumber field which does not exist in the first form or the first table. It is created automatically through the insertion of the new record. What is the best technique for identifying that autonumber value so that I can bring the record up in my editing form automatically as soon as my first form closes and without any user input?