I have a lot of tables that represent line items on a report. The tables are set up like this:
Month1 Month2
Location 1
Location 2
I'm wanting to sum the data for several months for each location. If possible, I want to run a query that will sum 6 months of data for 5 or 6 tables to that it will look something like this:
Sum6MonthsTable1 Sum6MonthsTable2
Location 1
Location 2
Is there a good way to do this? Thanks in advance for your help!