Hello, I received a database with many tables that are by year and region, with identical layouts. For example,
tblRegionA2001
tblRegionA2002
tblRegionA2003
tblRegionB2001
tblRegionB2002
tblRegionB2003
I'd like to combine these in a way that I can use a pivot table to summarize the data in these tables by year and region. What are my options? Can I run a query or some macro that simultaneously adds fields (region, year) and appends tables?
tblRegionA2001
tblRegionA2002
tblRegionA2003
tblRegionB2001
tblRegionB2002
tblRegionB2003
I'd like to combine these in a way that I can use a pivot table to summarize the data in these tables by year and region. What are my options? Can I run a query or some macro that simultaneously adds fields (region, year) and appends tables?