Please Check this code

  • Thread starter Thread starter Guest
  • Start date Start date
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'"
 
You're making the mistake of assuming that we can see your code through your
example. Repost (i.e. not just as a reply to this one) with your actual
code.
 
Back
Top