Suppose you use a command like oRS.addnew to add a new record to a data table, and suppose the table includes an autoinc field where the value is automatically established by the database, is there a way to query the value in this new record's autoinc field other than reissuing the select and oRS.movelast to get the new record?
Thanks
Thanks