Question
what is the best way to handle?
When information is submited into a DB, an autonumber field
creates the next available number (to be used as an ID). How can I
best find this newly created autonumber so I can use it in another
DB entry (a different table).
