A
allie357
I am getting a user defined error here.
I am trying to apply the Where clause to the filter in a query within
the subform Forms.frmSearchCriteriaSub that is on the
frmSearchCriteriaMain.
'Finally, apply the string as the form's Filter.
Forms.frmSearchCriteriaMain.frmSearchCriteriaSub.Form.qrySearchCriteriaSub
= strWhere
Forms.frmSearchCriteriaMain.frmSearchCriteriaSub.Form.qrySearchCriteriaSub.Filter.FilterOn
= True
can anyone help?
thanks in advance.
I am trying to apply the Where clause to the filter in a query within
the subform Forms.frmSearchCriteriaSub that is on the
frmSearchCriteriaMain.
'Finally, apply the string as the form's Filter.
Forms.frmSearchCriteriaMain.frmSearchCriteriaSub.Form.qrySearchCriteriaSub
= strWhere
Forms.frmSearchCriteriaMain.frmSearchCriteriaSub.Form.qrySearchCriteriaSub.Filter.FilterOn
= True
can anyone help?
thanks in advance.