G
Guest
I have seen nearly identical discussions on this issue but nothing quite like
this:
I want to do a form.filter on 2 separate fields with 2 separate criteria. I
can only get one to work at a time. I would like to find all records in my
subform that have either of the 2 criteria. Is this possible?
Forms!PROJECTS.DRAWINGS_Subform.Form.Filter = "[Hyperlink] Like '*BID*'" Or
"[Drawing_Status] Like '*MISSING*'"
this:
I want to do a form.filter on 2 separate fields with 2 separate criteria. I
can only get one to work at a time. I would like to find all records in my
subform that have either of the 2 criteria. Is this possible?
Forms!PROJECTS.DRAWINGS_Subform.Form.Filter = "[Hyperlink] Like '*BID*'" Or
"[Drawing_Status] Like '*MISSING*'"