C
CW
I need a query to find employees who were with us during a selected period.
My table includes EmployeeName, StartDate and LeaveDate, and I know how to
use a parameter to set the date period. But I can't work out the exact
criteria to find the following employees:
StartDate is before the first date parameter
LeaveDate is either null OR after the first date parameter OR before the
second date parameter
Can somebody put me on the right track, please?
Many thanks
CW
My table includes EmployeeName, StartDate and LeaveDate, and I know how to
use a parameter to set the date period. But I can't work out the exact
criteria to find the following employees:
StartDate is before the first date parameter
LeaveDate is either null OR after the first date parameter OR before the
second date parameter
Can somebody put me on the right track, please?
Many thanks
CW