Hello All!
I want to open a form that is filtered by the selections made from another form with three combo boxes. I have this so far to filter from one of the combo boxes how do I filter using all three combo boxes.
wclause = "[date] = #" & Me![Combo2] & "#"
DoCmd.OpenForm "Record_Find_Press", , , wherecondition:=wclause
there would be a combo3 & combo4 that are text and I would like the form to filter by the selection in all three boxes.
Thank You!
I want to open a form that is filtered by the selections made from another form with three combo boxes. I have this so far to filter from one of the combo boxes how do I filter using all three combo boxes.
wclause = "[date] = #" & Me![Combo2] & "#"
DoCmd.OpenForm "Record_Find_Press", , , wherecondition:=wclause
there would be a combo3 & combo4 that are text and I would like the form to filter by the selection in all three boxes.
Thank You!
Last edited: