I have several linked tables that I'm trying to Query
January through December
I have a Query
Select * from November
(That's not my query, but it gets my point across)
What I'm looking to do is have a Combobox that will change which table the Query is running.
Select * from (whatever table my combobox says)
Is it possible? and if so how?
I'm trying to avoid having to rewrite the query for each month and use VBA to select which Query to run