Overlay two queries into one chart

  • Thread starter Thread starter ChrisH
  • Start date Start date
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.
 
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.
 
Back
Top