I have a subform that I use to list some items. On that subform I made the OnClick property below:
DoCmd.OpenForm "frmSAR", , , "CaseNum= '" & CaseNum & "'" & " AND " & "ctlSARID = '" & txtSARID & "'"
It doesn't work though, and instead gives me a dialog box asking for txtSARID.
txtSARID is the...