I have a table that has many fields, the ones of concern are the YTD field which lists a month and year, a total amount of waste in pounds, and a location.
I'm sorting the records by several locations. Let's say I have records for FL, CA, and VA. They each have records for total amount of waste and several different months.
I'm creating a summary report for this and I want it to display everything by month. However when I run the report, it'll display June 2011 several times, displaying the individual records for each different location. Is there any way I can get it to add the waste from each location and display it in one month?
If that's a little too vague, I'll try to clarify it. Let's say I have a record each for FL, CA and VA. They have unique amount of waste but all have June 2011 as their YTD. On the report, I don't want it to display FL, CA, and VA individually, I want it to add the waste together and display one record for June 2011.
Help would be greatly appreciated!