Hi,
I've got three columns of data in my table:
User, Start Date, End Date.
I want to run a query that will list the name and all the individual dates between the start and end dates (All dates in English Format).
EG:
Table
User Start_Date End_Date
Andy 01/01/2004 04/01/2004
Dave 06/08/2004 08/08/2004
Andy 21/10/2004 23/10/2004
Query should show
User Date
Andy 01/01/2004
Andy 02/01/2004
Andy 03/01/2004
Andy 04/01/2004
Andy 21/10/2004
Andy 22/10/2004
Andy 23/10/2004
Dave 06/08/2004
Dave 07/08/2004
Dave 08/08/2004
Can anybody help???
Doc
I've got three columns of data in my table:
User, Start Date, End Date.
I want to run a query that will list the name and all the individual dates between the start and end dates (All dates in English Format).
EG:
Table
User Start_Date End_Date
Andy 01/01/2004 04/01/2004
Dave 06/08/2004 08/08/2004
Andy 21/10/2004 23/10/2004
Query should show
User Date
Andy 01/01/2004
Andy 02/01/2004
Andy 03/01/2004
Andy 04/01/2004
Andy 21/10/2004
Andy 22/10/2004
Andy 23/10/2004
Dave 06/08/2004
Dave 07/08/2004
Dave 08/08/2004
Can anybody help???
Doc