M
Mark D.
I am trying to create an employee turnover query. The table I am pulling from
has the employees name, hire date, and termination date. Of course all the
employees do not have termination dates and that is where I am running into
problems. I want the query to tell me who was terminated in the first quarter
and who is still employed. I don't want the employees we terminated last year
to show up. I set up the first parameter to show hire dates that are equal to
or less than 3/31/09. I set my second parameter to show termination dates
equal to or greater than 1/1/09. The query only shows me employees terminated
and no employees that are still working. I remove the termination date
parameter and shows me employees we let go last year which I do not want. Any
suggestions?
has the employees name, hire date, and termination date. Of course all the
employees do not have termination dates and that is where I am running into
problems. I want the query to tell me who was terminated in the first quarter
and who is still employed. I don't want the employees we terminated last year
to show up. I set up the first parameter to show hire dates that are equal to
or less than 3/31/09. I set my second parameter to show termination dates
equal to or greater than 1/1/09. The query only shows me employees terminated
and no employees that are still working. I remove the termination date
parameter and shows me employees we let go last year which I do not want. Any
suggestions?