Query criteria question

rainbowforest

New member
Local time
Today, 16:10
Joined
Nov 22, 2009
Messages
6
I have a report that opens a dialog box for input. Dialog box contains one combo box that lists all employees, and two text/date boxes (StartDate and EndDate). Based on that input, report shows records for chosen employee (based on EmployeeID) and displays timesheets that fit the StartDate/EndDate criteria.

I based this report on a query and it works fine.

Now I want the same report to show records for all employees when I leave the combo box empty, and open timesheets based only on StartDate/EndDate criteria.

I think I'm suppose to put something in the or: field bellow Criteria: , but not sure what. Currently, criteria is set to read the EmployeeID from the combox box.

Could anybody give me any pointers?
 

Users who are viewing this thread

Back
Top Bottom