Dear All
Double click on list box I am trying to open a form for particular record. Although form gets open but without any data (blank). I am using the following code:
Private Sub lstMatter_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmClientMatter", , , "[ClientID]=" & Me.lstMatter & " and...