M
Mark Andrews
I cannot get a bar graph to show Months (jan, feb, mar, apr, etc...) and
sort the months correctly in Access 2007.
To show this behavior:
I made a new database with one table (3
fields MonthNumber, MonthText and TheValue) and did a report with a graph.
When using this rowsource:
SELECT Table1.[MonthText], Sum(Table1.TheValue) AS SumOfTheValue,
Table1.MonthNumber FROM Table1 GROUP BY Table1.[MonthText] ORDER BY
Table1.MonthNumber;
adding the ORDER BY cause triggers an error "MonthNumber must be part of an
aggregate function" or something like that when running the report.
Access2007 SP2.
I thought you could do this in other versions?
Any answers or workarounds appreciated,
Mark
sort the months correctly in Access 2007.
To show this behavior:
I made a new database with one table (3
fields MonthNumber, MonthText and TheValue) and did a report with a graph.
When using this rowsource:
SELECT Table1.[MonthText], Sum(Table1.TheValue) AS SumOfTheValue,
Table1.MonthNumber FROM Table1 GROUP BY Table1.[MonthText] ORDER BY
Table1.MonthNumber;
adding the ORDER BY cause triggers an error "MonthNumber must be part of an
aggregate function" or something like that when running the report.
Access2007 SP2.
I thought you could do this in other versions?
Any answers or workarounds appreciated,
Mark