Hi. We have an HTML form which interfaces to an ASP / VBScript / ADO
page to create records in an Access 97 database table, which has a
"RecordId" column of type "AutoNumber" - so when a new record is
created this column automatically has a new, unique id created.

This is no problem, but how do we then get that "RecordId" value
back after we have written the record, assuming that we cannot
guarantee that any of the other column values are unique ?

Thanks and Regards,
Peter J