Is it possible to have a form list the tables that are in the database and allow a user to select the correct one?
I'm creating a database to take a 6-month demand history for many parts by customer, and compare it to each customer's previous demand forecast. Each customer does a 12-month demand forecast each month, and we want to compare the forecast with the history on a rolling basis to determine accuracy of the forecasts.
I'm very open to ideas, but at this point I'm thinking if the user can select a previous forecast from the tables, I can use the value of that combo box (the table name) in an SQL...? I just have no idea how to set that up so the user can look at the tables and determine the right one to compare.
Thanks!
I'm creating a database to take a 6-month demand history for many parts by customer, and compare it to each customer's previous demand forecast. Each customer does a 12-month demand forecast each month, and we want to compare the forecast with the history on a rolling basis to determine accuracy of the forecasts.
I'm very open to ideas, but at this point I'm thinking if the user can select a previous forecast from the tables, I can use the value of that combo box (the table name) in an SQL...? I just have no idea how to set that up so the user can look at the tables and determine the right one to compare.
Thanks!