C
carlos
I have a union query that shows records of all available
tables. TABLE [tblA] UNION ALL TABLE [tblB] UNION ALL
TABLE [tblC]…etc..
Every time I create a new table I will also modify the SQL
code to include the new table. What sort of code I need so
it will automatically retrieve all records of all
available tables without modifying my SQL statement?
Any advice will be appreciated.
Thanks in advance.
carlos
tables. TABLE [tblA] UNION ALL TABLE [tblB] UNION ALL
TABLE [tblC]…etc..
Every time I create a new table I will also modify the SQL
code to include the new table. What sort of code I need so
it will automatically retrieve all records of all
available tables without modifying my SQL statement?
Any advice will be appreciated.
Thanks in advance.
carlos