C
Charles
I have a Form that generates a set of reports. All of these reports are
based on the data for every client. On the form, I would like to add a
feature that would ask the user to input a single client name to filter on.
If the user ran the report without entering anything, the usual reports would
be generated. However, if the user entered a name, a filter would be added
to the lowest level query and the new reports would be calculated off of the
limited data.
I understand how to make the filter work, but I do not know the trick to get
no filtering to occur if no data is entered.
Thanks for any help,
based on the data for every client. On the form, I would like to add a
feature that would ask the user to input a single client name to filter on.
If the user ran the report without entering anything, the usual reports would
be generated. However, if the user entered a name, a filter would be added
to the lowest level query and the new reports would be calculated off of the
limited data.
I understand how to make the filter work, but I do not know the trick to get
no filtering to occur if no data is entered.
Thanks for any help,