I have the names of several tables in a table called "MyTables", each table name as its own record, together with a checkbox.
I want to make a query that will return records ONLY from the tables where that table's record in MyTables is checked.
Is this even possible? How can I go about doing this?
Thank you in advance for your help.
I want to make a query that will return records ONLY from the tables where that table's record in MyTables is checked.
Is this even possible? How can I go about doing this?
Thank you in advance for your help.