Create a report that shows each charity

F

fahadlicious

Create a report that shows each charity, with listing the benefactors below
each charity that they contribute along with the amount contributed to the
charity. The report should sort the data by charity and subtotaled the
contributions by charity and also showing the grand total of all
contributions.
 
D

DStegon via AccessMonster.com

You can basically have the report wizard do this for you. Create a query
that gives you all the data you require to report on. Then run the report
query and select that query and sort and subtotal what you want. I am
usually not a big fan of the wizards, but with something this straight
forward the Access report wizard will work wonders.
 
Top