P
pat67
Hi all. I have form that contains charts. I have them currently set up
to show when they are filtered for a vendor. what I want is to show
the data when it is unfiltered. Here is the sql from the row source
for the chart.
SELECT qryExc_Mesage_Weekly.Date, Sum(qryExc_Mesage_Weekly.Cancel) AS
[Canx Value]
FROM qryExc_Mesage_Weekly
WHERE (((qryExc_Mesage_Weekly.[Vendor Name])=[Forms]!
[frmExc_Mess_Charts]![txtVendorNum]))
GROUP BY qryExc_Mesage_Weekly.Date;
I assume it must be done through code, but i am not sure exactly.
Thanks
to show when they are filtered for a vendor. what I want is to show
the data when it is unfiltered. Here is the sql from the row source
for the chart.
SELECT qryExc_Mesage_Weekly.Date, Sum(qryExc_Mesage_Weekly.Cancel) AS
[Canx Value]
FROM qryExc_Mesage_Weekly
WHERE (((qryExc_Mesage_Weekly.[Vendor Name])=[Forms]!
[frmExc_Mess_Charts]![txtVendorNum]))
GROUP BY qryExc_Mesage_Weekly.Date;
I assume it must be done through code, but i am not sure exactly.
Thanks