M
Mark R
my report has a main source table and several sub reports
with their oown source tables. another similar report has
a query as its source and the query pulls from several
tables
I want the user to be able to run the report filtering on
any combination of several fields from the parent main
source table.
1. date of service
2. last name
3. first name
4. type of service
5. id
1 and 4
1, 2 and 4
etc
what would you suggest?
I thought I could have a table with one record with these
5 fields and a form with these fields on it, after the
user fills out which fields to filter on, visible-false,
hide it, and then
for the report based on the tables, put on the filter
property line
[date of service] = forms!theform!dateofservice
and
[last name] = forms!theform!lastname]
and
etc
and likewise in the query use similar bracketing in the
criteria on design view
but these all do not seem to work.
with their oown source tables. another similar report has
a query as its source and the query pulls from several
tables
I want the user to be able to run the report filtering on
any combination of several fields from the parent main
source table.
1. date of service
2. last name
3. first name
4. type of service
5. id
1 and 4
1, 2 and 4
etc
what would you suggest?
I thought I could have a table with one record with these
5 fields and a form with these fields on it, after the
user fills out which fields to filter on, visible-false,
hide it, and then
for the report based on the tables, put on the filter
property line
[date of service] = forms!theform!dateofservice
and
[last name] = forms!theform!lastname]
and
etc
and likewise in the query use similar bracketing in the
criteria on design view
but these all do not seem to work.