hewstone999
Registered User.
- Local time
- Today, 08:50
- Joined
- Feb 27, 2008
- Messages
- 37
I have this query below:
INSERT INTO TEST_DOC
SELECT *
FROM MPI_ADDSS_IFF;
I currently have 10 tables in my database (All with the same colunm names and formats) however i want to click a button that will put all the tables into TEST_DOC, instead of doing it one by one. To do this this i would like some code either in SQL or VBA that will do this.
Any ideas or help?
Kind Regards
Hewstone999
INSERT INTO TEST_DOC
SELECT *
FROM MPI_ADDSS_IFF;
I currently have 10 tables in my database (All with the same colunm names and formats) however i want to click a button that will put all the tables into TEST_DOC, instead of doing it one by one. To do this this i would like some code either in SQL or VBA that will do this.
Any ideas or help?
Kind Regards
Hewstone999