I´ve never used charts in Access. Somehow I managed to format well shaped charts in Excel but I can´t find the way to understand how to create a report in Access that produces a bar or a pie chart based on a one record (summarized) query.
For example: I have a table with statistics. I run a query that sums and gets the total for each category and calculates the percentages over the totals. I need a report that shows those results in a well formated and presented chart.
My query record looks like this (column name in brackets and value in numbers) I could not show it here in horizontal way because it messes up:
[Tot. Cases] 150
[Red] 35
[Red%] 23%
[Green] 35
[Gr%] 23%
[Blue] 60
[Blue%] 40%
[Orange] 10
[Or%] 6%
[Others] 10
[Oth%] 6%
I would like a chart with X axis showing Categories (Red, Blue, etc) and the Y axis showing the # of cases and/or the percentages with the Tot.Cases as the maximum value.
Sorry, I read about PivotCharts but could not figure it out.
I need to present the application tomorrow before the Chairman.
PLEASE HELP ME!
thank you,
Sandy