Hello everyone,
I only have some basic knowledge in Access so I guess this is a simple problem, but any help will be much appritiated!
I have a list with records that include two columns, dates and numeric values. What I would like to do is to from the 1 st of July each year start to aggregate the values month by month. In example the table looks like:
Date Value
2010-07-05 5
2010-07-23 8
2011-08-06 4
2011-08-12 8
2011-09-26 3
And I would like to transform it to:
Month Value
Jul 13
Aug 25
Sep 28
And so on..
What I want in the end is to display a graph which shows the progress over the year. Can this be done in Access?
Thanks again for any help!
Jakob
I only have some basic knowledge in Access so I guess this is a simple problem, but any help will be much appritiated!
I have a list with records that include two columns, dates and numeric values. What I would like to do is to from the 1 st of July each year start to aggregate the values month by month. In example the table looks like:
Date Value
2010-07-05 5
2010-07-23 8
2011-08-06 4
2011-08-12 8
2011-09-26 3
And I would like to transform it to:
Month Value
Jul 13
Aug 25
Sep 28
And so on..
What I want in the end is to display a graph which shows the progress over the year. Can this be done in Access?
Thanks again for any help!
Jakob