Is there a way to have one query to work on many table with same column names where the table name only differ by number?
For example...Table Name..
Table1
Table2
Table3
all have column column names, so on the query can I add a parameter to the Table name like
FROM Table[MyNo]
I just wanted one query and use the Macro to control using 1, 2 or 3?
For example...Table Name..
Table1
Table2
Table3
all have column column names, so on the query can I add a parameter to the Table name like
FROM Table[MyNo]
I just wanted one query and use the Macro to control using 1, 2 or 3?