View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Antavas Antavas is offline
external usenet poster
 
Posts: 1
Default Pie Chart Troubles

I'm trying to create a Pie Chart in Access but I'm having issues. Here is a
sample of how my query table is set up

Column Headings: Month, Type 1, Type 2, Type 3
The way my data is formated: May 4 5 6
June 3 2
1

I'm trying to make it so that the date that makes up the pie Chart is the
Type 1, Type 2, Type 3 #'s. My query is set up to request the time frame.
When I try to use the chart wizard it won't allow me to select more than 1
column. It only let me choose Type 1, Type 2, or Type 3 and it won't let me
select the others so that they all show in the pie chart.

What am I doing wrong?