Guest_imported
New member
- Jan 1, 1970
- 0
I have a form with a combobox that has employees' names in it. I am using the following in my query to select an individual and then run the report with the name as the criteria:
[Forms]![IndividualFundingReport]![EmployeeName]
(As a note: the input is an employee number, not the actual employee name)
This works fine but I would also like to have the ability to select "ALL" so that I can run a general report on all the employees together. How can I accomplish this?
[Forms]![IndividualFundingReport]![EmployeeName]
(As a note: the input is an employee number, not the actual employee name)
This works fine but I would also like to have the ability to select "ALL" so that I can run a general report on all the employees together. How can I accomplish this?