Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with loading Excel Spreadsheet into Access database

Status
Not open for further replies.

EdRev

Programmer
Aug 29, 2000
510
US
I got this error message when I try to import an excel spreadsheet into an access database:

"Couldn't find installable ISAM"

Any help would be greatly appreciated.
 
An ISAM driver is what Access uses to get to file formats other than Access ones. Usually the error comes up because the path to a dll is incorrect or missing in the registry, or the dll itself is missing or corrupt.

You didn't say what version of Access you have, but here's a link to the microsoft knowledge base for resolving this in Access 2K:

I also once ran into this when I used a custom-built vb app that replaced one of the needed dlls.

here's the link for troubleshooting the error in access 97

good luck
Rachel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top