Hi everyone,
I have a table similar to this one:
Salesman_ID .............HireDate.......... Qutting Date
123454 ..................1/1/2006
333365 ..................2/3/2006.............4/5/2006
4546463..................5/6/2006
325535 ..................4/8/2006
I need to return each day of 2006 until today and how many salesmen were active at each day. (Active means they have been hired and haven't quit yet)....
In other words the number might not change from one day to the next, but it also might increase and decrease since new salesmen can be hired or fired/quit.
I'm not sure how to use the Date method..Do i need it here..any ideas..Tks in advance.
Richard,
I have a table similar to this one:
Salesman_ID .............HireDate.......... Qutting Date
123454 ..................1/1/2006
333365 ..................2/3/2006.............4/5/2006
4546463..................5/6/2006
325535 ..................4/8/2006
I need to return each day of 2006 until today and how many salesmen were active at each day. (Active means they have been hired and haven't quit yet)....
In other words the number might not change from one day to the next, but it also might increase and decrease since new salesmen can be hired or fired/quit.
I'm not sure how to use the Date method..Do i need it here..any ideas..Tks in advance.
Richard,