I am populating a list box and i want it to reffer to a record on another form. the list box has a Id, and name on it. i want it to double click the name and open that specific record.
this is me code
Private Sub cmdFind_Click()
Dim rst As DAO.Recordset
'find the record and then close the...