T
tsmvengy via AccessMonster.com
I have a table with data like this:
Agency Type Oct Nov Dec
New York BUS1 5 4 6
New York BUS2 4 9 10
New York FERRY 15 18 20
New York SUBWAY1 10 20 30
New York SUBWAY2 15 18 90
I want to sum the categories that go together so I get something like:
Agency Type Oct Nov Dec
New York TOTALBUS 9 13 16
New York FERRY 15 18 20
New York TOTALSUBWAY 25 38 120
So I can put this into a report. The table also has records like this for
other cities (chicago, LA, etc.)
Is this possible, and how can I do it if so?
Thanks!
Agency Type Oct Nov Dec
New York BUS1 5 4 6
New York BUS2 4 9 10
New York FERRY 15 18 20
New York SUBWAY1 10 20 30
New York SUBWAY2 15 18 90
I want to sum the categories that go together so I get something like:
Agency Type Oct Nov Dec
New York TOTALBUS 9 13 16
New York FERRY 15 18 20
New York TOTALSUBWAY 25 38 120
So I can put this into a report. The table also has records like this for
other cities (chicago, LA, etc.)
Is this possible, and how can I do it if so?
Thanks!