Overlay two queries into one chart

C

ChrisH

Is there a method for charting the results of two queries into one view?

I want to see "the number of widgets produced over time" in column format,
with "the number of widgets serviced over time" in line format. I can get
the independent queries to display, but am stumped on how to merge/overlay
them together.
 
D

Duane Hookom

I expect these are both "over time" so you should be able to combine the
queries into a single Row Source. A chart control can display one series
different from another. They can even have different scales.
 

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