I am using the following code to filter a form, frm_ExternalAudit_View, with a subform, fr_AuditDetails. The field that I want to filter is [Status] and this is found in the subform.
Dim stDocName As String, Whereclause As String, frm As Form, sfrm As Form
Set frm =...