technician
Registered User.
- Local time
- Today, 03:54
- Joined
- Nov 26, 2006
- Messages
- 14
i am trying to import an .xls file into a table and i am useing the command
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TEST", "C:\AREA-DATA\11.XLS"
as i run the command it reports back
runtime error 3011
the microsoft jet engine could not find the object. make sure the object exists and that you spell its name and the path name correctly
if i change the acimport to aclink, the file links on
paul
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TEST", "C:\AREA-DATA\11.XLS"
as i run the command it reports back
runtime error 3011
the microsoft jet engine could not find the object. make sure the object exists and that you spell its name and the path name correctly
if i change the acimport to aclink, the file links on
paul