Chart data using Access

F

FL

I would like to chart data and have line chart display actual data points.
The only option it gives me is Sum, Avg, Min, Max and Count. None of these
plot the actual data points over time.

I'm using only two fields from a query. A date field and a data field that
gives me a numberic value such as 0.90 So I want to plot the activity of
these numbers over time.

Access 2003 and Windows XP

Any suggestions?
 
D

Duane Hookom

Use the chart wizard to get you started and then simply change the Row Source
property of the control.
 
Top