M
Mike Thomas
In Access 2000, in the statement below, is there a way to retrieve the value
of the Autonumber/ Primary Key field which Access has just inserted
automatically into the table's new row?
strSQL = "INSERT INTO [SomeTable] (Field2, Field3) " & _
" VALUES ( Val1, Val2 )"
db.Execute (strSQL)
Many thanks,
Mike Thomas
of the Autonumber/ Primary Key field which Access has just inserted
automatically into the table's new row?
strSQL = "INSERT INTO [SomeTable] (Field2, Field3) " & _
" VALUES ( Val1, Val2 )"
db.Execute (strSQL)
Many thanks,
Mike Thomas