I have been trying to create a local table from a linked Excel
Spreadsheet using a simple query string like this:
SELECT * INTO LocalTable FROM LinkedExcelShee t;
If I use CurrentDB.Execu te, I get Error 3078 - The Microsoft Jet
database engine cannot find the input table or query '128'. Make sure
it exists and that its name is spelled correctly.
If I use Docmd.RunSQL it works just fine. Why would that be?
Thanks in advance for educating me.
Spreadsheet using a simple query string like this:
SELECT * INTO LocalTable FROM LinkedExcelShee t;
If I use CurrentDB.Execu te, I get Error 3078 - The Microsoft Jet
database engine cannot find the input table or query '128'. Make sure
it exists and that its name is spelled correctly.
If I use Docmd.RunSQL it works just fine. Why would that be?
Thanks in advance for educating me.
Comment