J
Jeff Hunt
I have a report that I can open using DoCmd.OpenReport and pass it filter
criteria in the WHERE clause. Now I need to send that same report as an RTF
in an email, but I’m not sure how I can get the filter to work. I was
applying the filter in code because it can change based on what is selected
in the form. I thought of putting each filter in a separate report, but I
would prefer to avoid that since it would end up adding multiple reports to
my database that all do the same thing.
criteria in the WHERE clause. Now I need to send that same report as an RTF
in an email, but I’m not sure how I can get the filter to work. I was
applying the filter in code because it can change based on what is selected
in the form. I thought of putting each filter in a separate report, but I
would prefer to avoid that since it would end up adding multiple reports to
my database that all do the same thing.