Tang
08-06-2004, 06:27 AM
I know this type of uestion has been asked many times over, but I've yet to find a answer that I've been able to make work.
I have One table that I'm working with. The Fields related to this problem are EMP_NO (employee Number), START_DATE, END_DATE.
Example Data:
EMP_NO - - - START_DATE - - - END DATE
-----------------------------------------
313505 12/12/04 12/15/04
234978 07/16/04 08/05/04
------------------------------------------
The Output of the query I would like would be based upon the EMP_NO:
EMP_NO - - - DATES WORKING
------------------------------
313505 12/12/04
313505 12/13/04
313505 12/14/04
313505 12/15/04
234978 07/16/04
234978 07/17/04
and so on....
------------------------------
Any help appreiciated.Thanks
I have One table that I'm working with. The Fields related to this problem are EMP_NO (employee Number), START_DATE, END_DATE.
Example Data:
EMP_NO - - - START_DATE - - - END DATE
-----------------------------------------
313505 12/12/04 12/15/04
234978 07/16/04 08/05/04
------------------------------------------
The Output of the query I would like would be based upon the EMP_NO:
EMP_NO - - - DATES WORKING
------------------------------
313505 12/12/04
313505 12/13/04
313505 12/14/04
313505 12/15/04
234978 07/16/04
234978 07/17/04
and so on....
------------------------------
Any help appreiciated.Thanks