Charts in Report

P

Paul Vovk

I need to display a chart for each record (based on data
from that record) in a report. That is, each record shows
a unique chart based on that records fields. The chart is
an XY scatter with data in fields in each record as
follows: X1, Y1, X2, Y2, etc. up to 6 XY pairs.

I would like to specify the X and Y fields for the chart
to use. Or, do I need some sort of select query in the Row
Source property?

VBA code is also possible.

I just can't seem to get this to work.
 
Top