J
John
Hi
I am using following to append to my table a second table form another db;
INSERT INTO MyTableOne
(SELECT * FROM [My Table Two] IN 'C:\MyFolder\My DB.MDB')
I am getting a syntax error. What is the problem and how can I fix it?
Thanks
Regards
I am using following to append to my table a second table form another db;
INSERT INTO MyTableOne
(SELECT * FROM [My Table Two] IN 'C:\MyFolder\My DB.MDB')
I am getting a syntax error. What is the problem and how can I fix it?
Thanks
Regards