I have a pre-existing report that is part of a pretty complex Access 97 database. I'm trying to make some changes to this report and I need some guidance.
It is a purchase order report that sums the columns at the bottom. Below this I want to include a small chart that only sums a certain portion of the lines. I presume I need a filter for those boxes somewhere and that's where I'm stuck...on that filter.
In plain English, I want the chart to sum the selling price of all the lines where the customer is not "xxxx" and also where the supplier is not "yyyy".
I have determined that, of course, this chart has to be part of the report footer. Is it possible to include a filter in the Control Source of a Text box? Eg. =Sum([selling price]) where Cust<>"xxxx" Something like that? (I have already tried the above and I know that it's wrong.)
Any assitance would be much appreciated.
It is a purchase order report that sums the columns at the bottom. Below this I want to include a small chart that only sums a certain portion of the lines. I presume I need a filter for those boxes somewhere and that's where I'm stuck...on that filter.
In plain English, I want the chart to sum the selling price of all the lines where the customer is not "xxxx" and also where the supplier is not "yyyy".
I have determined that, of course, this chart has to be part of the report footer. Is it possible to include a filter in the Control Source of a Text box? Eg. =Sum([selling price]) where Cust<>"xxxx" Something like that? (I have already tried the above and I know that it's wrong.)
Any assitance would be much appreciated.