H
Harmannus
Hallo,
Hallo,
I have a subform "fsubScandata" with the field "SID" on it and a Graph Chart
under a Tab. How can i limit the output of this Graph Chart to SID.
I now hardcode the SID ;-( (((qselGraph.SID)=8))
Unbound Object Frame row source:
TRANSFORM Count(*) AS [Count] SELECT qselGraph.Scan FROM qselGraph WHERE
(((qselGraph.SID)=8)) GROUP BY qselGraph.Scan PIVOT qselGraph.Status;
Thanx for any suggestions!
Regards,
Harmannus
Hallo,
I have a subform "fsubScandata" with the field "SID" on it and a Graph Chart
under a Tab. How can i limit the output of this Graph Chart to SID.
I now hardcode the SID ;-( (((qselGraph.SID)=8))
Unbound Object Frame row source:
TRANSFORM Count(*) AS [Count] SELECT qselGraph.Scan FROM qselGraph WHERE
(((qselGraph.SID)=8)) GROUP BY qselGraph.Scan PIVOT qselGraph.Status;
Thanx for any suggestions!
Regards,
Harmannus