cian
Technical User
- Oct 11, 2001
- 1,383
Lads,
I'm new to access and this is killing me. I want to put a pie-chart into a form but can't get it to work.
I can insert a chart but the pie-chart won't display even close to how it should or does in excel.
I have a simple table (item list):
Item1 Item2 Item3 Item4 Item5 Item6
value1 Value2 Value3 Value4 Value5 Value6
When I go through the wizard and select these fields to include in the chart it only lets me show 1 series on the chart. Here is the row source code:
SELECT [Item1],Sum([Item1]) AS [SumOfItem1] FROM [Item List] GROUP BY [Item1];
I've tried modifying the row source but haven't had any success. Any ideas?
Cian
I'm new to access and this is killing me. I want to put a pie-chart into a form but can't get it to work.
I can insert a chart but the pie-chart won't display even close to how it should or does in excel.
I have a simple table (item list):
Item1 Item2 Item3 Item4 Item5 Item6
value1 Value2 Value3 Value4 Value5 Value6
When I go through the wizard and select these fields to include in the chart it only lets me show 1 series on the chart. Here is the row source code:
SELECT [Item1],Sum([Item1]) AS [SumOfItem1] FROM [Item List] GROUP BY [Item1];
I've tried modifying the row source but haven't had any success. Any ideas?
Cian