Creating A Chart

W

Warren

Help, please. I need to create a pie chart which contains
four numbers produced from a query. I have tried to
create it on several different occasions, but can't get
it done. I can copy the numbers from the datasheet into
Excel and Excel will do the chart. Is there a way to get
Access to create the chart?
 
D

Duane Hookom

Have you tried the Chart Wizard? Are your values in four different fields or
are they normalized in one field and four different records.
 
W

Warrren

I've tried to use the Chart Wizard, but to no avail. If I
understand your question, the values are in four
different records:


COL1 |COL2|COL3|COL4
Val1 |Val2|Val3|Val4
 
D

Duane Hookom

You state "four different records" but you example shows one record with
four different fields. Graphs like multiple records, not multiple fields in
one record.
 
Top