I have a database that has been in use for several years -- no recent changes to the database -- and it worked just fine multiple times yesterday. We do allow automatic updates of Windows 7 on the computers and I know that updates were installed yesterday.
Multiple computers affected.
When the following VBA code runs, I get an error:
DoCmd.TransferSpreadsheet acImport, 8, "DataToLoad", "\SSMOLINE-SERVER\Access Database\Truck Schedule\TriggerKanBansMaster.xls", True, "DataToLoad"
Error is "Runtime error '3275': Unexpected error from external database driver (1)".
I have tried opening and re-saving the spreadsheet file, saved spreadsheet with a different name (and changed VBA appropriately), and re-creating the spreadsheet file from scratch. I'm not seeing failures within Excel. Other databases picking up data on
the same server using the same TransferSpreadsheet command work correctly.
If I use the menu system in Access on a brand new database to import a brand new workbook, I get the error "The wizard is unable to access information in the file 'C:\users\m.keener\Documents\testing.xls'. Please check that the file exists and is in the
correct format." The file does exist, is able to be opened by Excel, and I'm pointing to the file rather than typing in the name so it's not a typo issue.
Any ideas??
Thanks!