T
Tony
I am a relative novice to Access, but do have some familiarity with working
with reports and setting up filters. However, how do I set up a report based
off of more than one filter? For example, I want a report to show me, based
off a form, a series of personnel contact data by company and then by
section. I've figured out how to do a single filter, using the following
command line code: "([All Sections])=([Forms]![Rolodex]![All Sections])".
This code will return all folks and their POC information, by section, based
on the section that is currently displayed in my "Rolodex" form. But now I
am trying to filter by both section, and by the company, so my report returns
a more refined search.
Thanks for any assistance...
Tony
with reports and setting up filters. However, how do I set up a report based
off of more than one filter? For example, I want a report to show me, based
off a form, a series of personnel contact data by company and then by
section. I've figured out how to do a single filter, using the following
command line code: "([All Sections])=([Forms]![Rolodex]![All Sections])".
This code will return all folks and their POC information, by section, based
on the section that is currently displayed in my "Rolodex" form. But now I
am trying to filter by both section, and by the company, so my report returns
a more refined search.
Thanks for any assistance...
Tony