kermit01de
Technical User
After browsing around and testing several things, I am not really coming to the final ...
Having a from containing a subform "frmSUB".
What I would like to have:
Click on the "Name" field in the subform should open a new Form "frm_DispDetail", displaying the details of the selected record.
Any hint available?
What I tried - but this does not work:
Private Sub User_Click()
DoCmd.OpenForm "frm_DispDetail", , , , , acDialog
Dim rs As dao.Recordset
Set rs = Me.frm_DispDetail.Recordset
rs.FindFirst "User = " & Me.User
End Sub
Any hint available?
Mirko
--------------------------------------
>>>>>> Bugs will appear in one part of a working program when another 'unrelated' part is modified <<<<<
Having a from containing a subform "frmSUB".
What I would like to have:
Click on the "Name" field in the subform should open a new Form "frm_DispDetail", displaying the details of the selected record.
Any hint available?
What I tried - but this does not work:
Private Sub User_Click()
DoCmd.OpenForm "frm_DispDetail", , , , , acDialog
Dim rs As dao.Recordset
Set rs = Me.frm_DispDetail.Recordset
rs.FindFirst "User = " & Me.User
End Sub
Any hint available?
Mirko
--------------------------------------
>>>>>> Bugs will appear in one part of a working program when another 'unrelated' part is modified <<<<<