i have an access app that many people are using, and no major issues have occurred – except for one. This is a user with a new computer. when she clicks on the button ‘Export Data’ she gets the error ‘Cannot find Installable ISAM’. No one else has reported the issue and I can’t duplicate the issue.
The VBA is:
DoCmd.OutputTo acTable, "RUGItemChangeTable", "MicrosoftExcelBiff8(*.xls)", FilePath & "MLRAMLRA_Changes.xls", False, "", 0 DoCmd.TransferText acExportDelim, , "EditMDS", FilePath & "MLRAMLRA.txt", True
Where FilePath is the letter drive for a specific USB drive.
I suspect there’s a config issue in her case since the machine is new.
She is running XP SP 3 and Office 2003.
Any ideas??
TIA