plotting in Access

R

Raleigh

SELECT qryForChart.Station, qryForChart.[Portable Reading]
FROM qryForChart;

I just want this shown in an XY scatter plot. when I use the chart wizzard
I can only select things that thow me the sum , or some other, auto function.

Is there a way to turn this feature off?? Is there a better way to do this
type of plot?

Any help would be most appreciated, because I have been struggeling wuth
this for some time...
 
Top