kevinh2320
Board Regular
- Joined
- May 13, 2016
- Messages
- 61
I'm getting the "The search Key was not found in any record" error when trying to run delete queries in my MS Access database. I'm importing data from an Excel file using the following code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12, "TestTempTbl", _
"C:\Users\UserTest\Documents\MSAccessDatabases\Contracts\Data\ContractData\FY2021ContractsLog.xlsx", False
Any suggestions on how to correct this?
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12, "TestTempTbl", _
"C:\Users\UserTest\Documents\MSAccessDatabases\Contracts\Data\ContractData\FY2021ContractsLog.xlsx", False
Any suggestions on how to correct this?