O
OTS
I have a cross-tab query results like below
Time CurveA CurveB CurveC
0 10 20 30
1 40 50 60
2 70 80 90
I am able to plot the above with XY scatter using MS graph that is embedded
in MS Access. X axis = Time, Y axis= Curve A, B or C
Now I will like to have certain flexibility to choose the curve that I want
to plot, via CONTROL that is embedded in the chart.
For example, by clicking a little button ON THE CHART ITSELF that i would
have a plot with curve B and C only. Then, I can unclick B and C and show
only A.
I know I can achieve both by revisting the cross tab query everytime by
selecting the curve I want to show but this is a little cumbersome. thanks.
Now, can I put a little
Time CurveA CurveB CurveC
0 10 20 30
1 40 50 60
2 70 80 90
I am able to plot the above with XY scatter using MS graph that is embedded
in MS Access. X axis = Time, Y axis= Curve A, B or C
Now I will like to have certain flexibility to choose the curve that I want
to plot, via CONTROL that is embedded in the chart.
For example, by clicking a little button ON THE CHART ITSELF that i would
have a plot with curve B and C only. Then, I can unclick B and C and show
only A.
I know I can achieve both by revisting the cross tab query everytime by
selecting the curve I want to show but this is a little cumbersome. thanks.
Now, can I put a little