LeeSmith
Registered User.
- Local time
- Today, 18:47
- Joined
- Mar 17, 2006
- Messages
- 27
Hello
I am currently trying to get a spreadsheet to import into an access table at the click of a button. The code I am currently using is below
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "Details", "filepath\LearnerSupportCollegeProvision.xls", True, " "
I have tried this and a few variations with no success. The most common error is "Unexpected Error from External Database (22)
Can anyone suggest a solution to this?
Many thanks
I am currently trying to get a spreadsheet to import into an access table at the click of a button. The code I am currently using is below
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "Details", "filepath\LearnerSupportCollegeProvision.xls", True, " "
I have tried this and a few variations with no success. The most common error is "Unexpected Error from External Database (22)
Can anyone suggest a solution to this?
Many thanks