The easiest way to identify an unique record is to include an autonumber field in the table.
Be sure to include that field in the row in the continuous form, you can make it invisible if
you want to.
Then in the on click event of every field call a public sub. Like: Call SelectRecord
Then...