D
Dmackcwby
I'm trying to set up a report that will provide me with the data for only
certain employees but on the same report. I have setup the query using the
In() expression in the criteria and that works fine. However, I have to
enter a value for each time I have requested data, even if it is just a null
value. My In() statement reads:
IN([Enter 1st CSR Name], [Enter 2nd CSR Name], [Enter 3rd CSR Name], [Enter
4th CSR Name], [Enter 5th CSR Name], [Enter 6thCSR Name])
I will be setting up a form to fill in the names upon running the report. I
just need to how to set it up to enter a null value if I don't choose a name.
Example, I have the posibility to enter 6 names but I only need to pull
information on 4 names. How do I set it up to enter a null value for the
last two names?
certain employees but on the same report. I have setup the query using the
In() expression in the criteria and that works fine. However, I have to
enter a value for each time I have requested data, even if it is just a null
value. My In() statement reads:
IN([Enter 1st CSR Name], [Enter 2nd CSR Name], [Enter 3rd CSR Name], [Enter
4th CSR Name], [Enter 5th CSR Name], [Enter 6thCSR Name])
I will be setting up a form to fill in the names upon running the report. I
just need to how to set it up to enter a null value if I don't choose a name.
Example, I have the posibility to enter 6 names but I only need to pull
information on 4 names. How do I set it up to enter a null value for the
last two names?