H
Heather
Hi, I'm trying to calculate attrition data. I have one table with all
employees at specific dates in time (beginning of each month).
I've written several queries to find the unmatched people between month 1
and month 2 but it seems like there must be an easier way to do this than by
running the queries over and over again for each month that i need to find...
So here's what I've got now. I'm SURE this is the absolute worst way to do
this, but it's all i could figure out w/ my limited access skills... help?
Query 1: Gets all employees from Begin Date (month1)
Query 2: Gets all employees from End Date (month2)
Query 3: Finds unmatched employees.
I've currently got query 3 appending a new table with these unmatched
employees and the date.
Then I'm running the queries over and over and over....
HELP?!?
employees at specific dates in time (beginning of each month).
I've written several queries to find the unmatched people between month 1
and month 2 but it seems like there must be an easier way to do this than by
running the queries over and over again for each month that i need to find...
So here's what I've got now. I'm SURE this is the absolute worst way to do
this, but it's all i could figure out w/ my limited access skills... help?
Query 1: Gets all employees from Begin Date (month1)
Query 2: Gets all employees from End Date (month2)
Query 3: Finds unmatched employees.
I've currently got query 3 appending a new table with these unmatched
employees and the date.
Then I'm running the queries over and over and over....
HELP?!?