Chart to show info from two columns

R

Robbie Doo

Is it possible to show two column information on one chart?
If Yes, How?

Any help is appreciated.
 
D

Duane Hookom

I have created graphs that show over 30 data series (for testing only). The
number of data series generally depends on your chart's Row Source property.
 
R

Robbie Doo

My sources are from 2 tables. One is Agency Errors and the other is Client
Errors. I want both of the errors to show on one pie chart as total errors. I
just don't know how to put them together.
 
D

Duane Hookom

You probably need a union query that combines both tables. If you can't
figure this out, come back with significant table and field names as well as
sample records.
 
R

Robbie Doo

Thank you Duane for you suggestion. I was able to figure it out with IIf
statement.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top