APechaitis
New Member
- Joined
- Jun 4, 2008
- Messages
- 6
I am using a database to track forecasts and I want to be able to run queries on the forecast. I inherited this setup and I can't change the base tables as other people also use them. I'm using Access 2007, if it makes a difference.
There is a table for each month (named June 2011 Forecast, July 2011 Forecast, etc). Each table has the same fields: Item Number, Forecast, Description, Manufacturing Location plus about 12 other fields. All fields in each table are in the same order. Each table has about 225,000 records.
I want to be able to run a query for specific item numbers that sums the forecast for those items regardless of Manufacturing Location. I know how to create this query for an individual table, but is there a way (with a form possibly?) to to specify which table to query? I'm ok with multiple steps (ie, 1st query would just copy the table I'm interested in into a table called "Current_Forecast", then I can run all queries, reports etc off the Current_Forecast table), but I'm open to any solution that works.
Thank you in advance for any advice you can send my way.
There is a table for each month (named June 2011 Forecast, July 2011 Forecast, etc). Each table has the same fields: Item Number, Forecast, Description, Manufacturing Location plus about 12 other fields. All fields in each table are in the same order. Each table has about 225,000 records.
I want to be able to run a query for specific item numbers that sums the forecast for those items regardless of Manufacturing Location. I know how to create this query for an individual table, but is there a way (with a form possibly?) to to specify which table to query? I'm ok with multiple steps (ie, 1st query would just copy the table I'm interested in into a table called "Current_Forecast", then I can run all queries, reports etc off the Current_Forecast table), but I'm open to any solution that works.
Thank you in advance for any advice you can send my way.