OK so basically what I am looking to do is to have a drop down (Combo Box) with all my tables listed. I want to have a query basically pull all the table's data depending on which table the user selects.
I just wanted to see why this code doesn't work and if anyone had suggestions.
I just wanted to see why this code doesn't work and if anyone had suggestions.
Code:
SELECT *
FROM [FORMS]![Report]![Report];