I have about 100 tables with mostly the same fields. There might be 1 missing from random tables.
I want to combine all the tables with all the fields into 1 table, but also add a column for each tables respective name so that I know which table the data came from.
I do not think I can do this with a query (at least not all at once), so looking to VBA to solve this.
Any suggestions?
I want to combine all the tables with all the fields into 1 table, but also add a column for each tables respective name so that I know which table the data came from.
I do not think I can do this with a query (at least not all at once), so looking to VBA to solve this.
Any suggestions?