Hi all-
We have table(s) defined with the ID as an autoincrement/identity field so
the database can manage creating new unique IDs--
We have recordsets that add rows (leaving out the ID to let the database
fill it in). The problem is we need the ID of the record added so we can
setup values in related tables and, since we didn't add the ID, we have no
idea how to identify the added row.
but how do we get this value in a CRecordset?
Help please
Dave