D
deb
I have a Query with the below fields:
ProjectName - Text
Start - Date
End - Date
Span - Date -calculated????
Data is:
ProjectName - Start - End
Proj1 - 1/21/08 - 3/1/08
Proj2 - 1/15/08 - 2/12/08
Proj3 - 2/2/08 - 4/20/08
I need a query that will show the projects that are ongoing per month.
I need the query to look like the below example:
ProjectName - Start - End - Span
Proj1 - 1/21/08 - 3/1/08 - Jan2008
Proj1 - 1/21/08 - 3/1/08 - Feb2008
Proj1 - 1/21/08 - 3/1/08 - Mar2008
Proj2 - 1/15/08 - 2/12/08 - Jan2008
Proj2 - 1/15/08 - 2/12/08 - Feb2008
Proj3 - 2/2/08 - 4/20/08 - Feb2008
Proj3 - 2/2/08 - 4/20/08 - Mar2008
Proj3 - 2/2/08 - 4/20/08 - Apr2008
How can I build a query that will span the Start through the End fields?
ProjectName - Text
Start - Date
End - Date
Span - Date -calculated????
Data is:
ProjectName - Start - End
Proj1 - 1/21/08 - 3/1/08
Proj2 - 1/15/08 - 2/12/08
Proj3 - 2/2/08 - 4/20/08
I need a query that will show the projects that are ongoing per month.
I need the query to look like the below example:
ProjectName - Start - End - Span
Proj1 - 1/21/08 - 3/1/08 - Jan2008
Proj1 - 1/21/08 - 3/1/08 - Feb2008
Proj1 - 1/21/08 - 3/1/08 - Mar2008
Proj2 - 1/15/08 - 2/12/08 - Jan2008
Proj2 - 1/15/08 - 2/12/08 - Feb2008
Proj3 - 2/2/08 - 4/20/08 - Feb2008
Proj3 - 2/2/08 - 4/20/08 - Mar2008
Proj3 - 2/2/08 - 4/20/08 - Apr2008
How can I build a query that will span the Start through the End fields?