L
lil lam
Hi,
I need help with adding a criteria to my access report.
I have a report. On the top of the report I added a Total in the Page
Header to calculate the total of my amount field in all of my records.
I used the formula =Sum([amount]) to create this.
However, now I want to add a criteria to the records.
I want records to only show on the report only if the amount is
greater than $25k.
BUT - I don't want the Total to change. The Total should be the sum of
ALL records, including everything less than and greater than $25k.
And the detail records in the report should only contain records with
amount greater than $25k.
Would I use the DCount function for this? And if so, where do I put
the formula? In the query or in the design view of the report?
Thank you.
I need help with adding a criteria to my access report.
I have a report. On the top of the report I added a Total in the Page
Header to calculate the total of my amount field in all of my records.
I used the formula =Sum([amount]) to create this.
However, now I want to add a criteria to the records.
I want records to only show on the report only if the amount is
greater than $25k.
BUT - I don't want the Total to change. The Total should be the sum of
ALL records, including everything less than and greater than $25k.
And the detail records in the report should only contain records with
amount greater than $25k.
Would I use the DCount function for this? And if so, where do I put
the formula? In the query or in the design view of the report?
Thank you.