I have a report that is generated from a query. The database houses information of donations collected from year to year. The report displays information such as the First Name, Last Name, Company, Date, Amount of Donation.
At the end of the report I would like to display the Total amount of donations that were received(SUM). Also, I wouldl like to display the total number of donations that were made (COUNT).
How would I go about doing that in the report? I would need to use the Amount of Donation field in order to get the SUM and COUNT... by how do I do that to reflect in the Report?
Any help will be greatly appreciated.
At the end of the report I would like to display the Total amount of donations that were received(SUM). Also, I wouldl like to display the total number of donations that were made (COUNT).
How would I go about doing that in the report? I would need to use the Amount of Donation field in order to get the SUM and COUNT... by how do I do that to reflect in the Report?
Any help will be greatly appreciated.