M
Mike
Is there a way to make an table/query in Access that counts by date?
For example, if I have multiple projects with different start dates,
I'd like to have a running count of the months for the project... e.g.
Start Date 02/28/2010 03/1/2010 05/31/2010
Project A B
C
Date
1/2010 0 0 0
2/2010 1 0 0
3/2010 2 1 0
4/2010 3 2 0
5/2010 4 3 1
Etc. I'm attempting to build this in design mode, but can't think of
an efficient way to do it.
For example, if I have multiple projects with different start dates,
I'd like to have a running count of the months for the project... e.g.
Start Date 02/28/2010 03/1/2010 05/31/2010
Project A B
C
Date
1/2010 0 0 0
2/2010 1 0 0
3/2010 2 1 0
4/2010 3 2 0
5/2010 4 3 1
Etc. I'm attempting to build this in design mode, but can't think of
an efficient way to do it.