M
Michael_Colby
I am trying to import an xls sheet into an existing table. I found some
ref's to you and your answers but have not had any luck. I am using the
below string; however, I get the err.msg that the jet db can not find the
input table .....
any help will be greatly appreciated.
sSQL = "" & _
"INSERT INTO [Audit Summary] " & _
"SELECT status, serviceable " & _
"FROM [Excel 8.0;HDR=Yes,Database=C:\MyWorkbook.xls;] "
CurrentDb().Execute (sSQL)
Thanks,
Colby
ref's to you and your answers but have not had any luck. I am using the
below string; however, I get the err.msg that the jet db can not find the
input table .....
any help will be greatly appreciated.
sSQL = "" & _
"INSERT INTO [Audit Summary] " & _
"SELECT status, serviceable " & _
"FROM [Excel 8.0;HDR=Yes,Database=C:\MyWorkbook.xls;] "
CurrentDb().Execute (sSQL)
Thanks,
Colby