G
Guest
Hello;
I am creating a report form, which will enable a user to specify the
criteria (date, accounts, state....) before running the report. The
underlying query will be based off of the user's criteria. I would like the
query to return all value in a field if the user has not added a criteria.
(Ex: If the user does not specify a State, then the query should return all
states).
I am having difficulty with this part of the query. I tried adding a
Wildcard '*' as the default value in the fields property and having an If
statement in the query, but nothing seems to work.
Any ideas would be much appreciated.
Thanks
I am creating a report form, which will enable a user to specify the
criteria (date, accounts, state....) before running the report. The
underlying query will be based off of the user's criteria. I would like the
query to return all value in a field if the user has not added a criteria.
(Ex: If the user does not specify a State, then the query should return all
states).
I am having difficulty with this part of the query. I tried adding a
Wildcard '*' as the default value in the fields property and having an If
statement in the query, but nothing seems to work.
Any ideas would be much appreciated.
Thanks