G
Guest
I want to run more than just one filer, due to I have over 30 users, that I
have to run seperate filters on. Just how do I do this?
What it should do is open the report and only go to the selected name.
This is what I have so far:
DoCmd.OpenReport ("RptIndividual Training Report"), (acViewPreview),
(Me.Filter), "employee = 'joe'", (Me.Filter), "employee = 'eachus'"
have to run seperate filters on. Just how do I do this?
What it should do is open the report and only go to the selected name.
This is what I have so far:
DoCmd.OpenReport ("RptIndividual Training Report"), (acViewPreview),
(Me.Filter), "employee = 'joe'", (Me.Filter), "employee = 'eachus'"