papasmurfuo9
Registered User.
- Local time
- Today, 14:10
- Joined
- May 28, 2014
- Messages
- 69
Hi
i have a form, with a subform,
when a user selects a record from the subform i use this to view the record in the main form
Private Sub Txt_Support_Name_Click()
DoCmd.ApplyFilter , "ID =" & Me.ID
End Sub
however when i select the record from the subform, it populates the form as required, however then the top record of the subform is highlighted
anyway to either - highlight nothing, or highlight the selected row?
thanks
i have a form, with a subform,
when a user selects a record from the subform i use this to view the record in the main form
Private Sub Txt_Support_Name_Click()
DoCmd.ApplyFilter , "ID =" & Me.ID
End Sub
however when i select the record from the subform, it populates the form as required, however then the top record of the subform is highlighted
anyway to either - highlight nothing, or highlight the selected row?
thanks