Hello
See Code below;
Private Sub Winner_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmTeamsSelect", acNormal, , ("[MatchNo]=" & Me.[MatchNo] And "[mtID]=1"), acFormEdit, acDialog
End Sub
I am facing problem in where condition. when I pass single condition one by one it works ok but when i...