EdF4
02-23-2010, 06:36 PM
Hi. I couldn't find anything on this question searching here, nor anything useful on Google:
I have an Access 2003 database containing this line of code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "tblLeads", "c:\program files\telesales\LeadTable.xls", True
This line, and similar lines elsewhere, SOMETIMES produce Error #3011, The Microsoft Jet database engine could not find the object ''. That's right, it says '' where the name of the table it can't find should be. tblLeads definitely exists--it's a linked table, if that makes a difference.
How can I fix this problem?
Thanks.
I have an Access 2003 database containing this line of code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel97, "tblLeads", "c:\program files\telesales\LeadTable.xls", True
This line, and similar lines elsewhere, SOMETIMES produce Error #3011, The Microsoft Jet database engine could not find the object ''. That's right, it says '' where the name of the table it can't find should be. tblLeads definitely exists--it's a linked table, if that makes a difference.
How can I fix this problem?
Thanks.