I have a datasheet, and upon the user double clicking in one of the fields of a record, the code is meant to open a form (based on the same underlying table), and open at the record that the user clicked in.
** START CODE
Dim db As Database
Set db = CurrentDb
Dim rst As Recordset
Set...