Hello - not sure if this is in the right forum but if not, I will post in the appropriate one.
I have a report that feeds off a Sum Query. The query accumulates totals for various data for each month and then the report gives a total for all months, which includes multiple years.
So first of all, my queries data looks like this:
As you can see, there are totals for each month, starting in June 2015 thru February 2016.
Now my report looks like this:
As you can see the overall totals are at the bottom.
What I need is a way for the report to give the totals for just a single year - like 2015.
So how to I change the report to reflect the totals for just 2015? Is it a change in the report or the query it feeds off of?
If someone can help me and give and example, I would truly appreciate it. I'm not an expert in Access, so your patience is appreciated.