Locopete99
Registered User.
- Local time
- Today, 15:19
- Joined
- Jul 11, 2016
- Messages
- 163
Hi Guys,
I have an import statement that doesnt seem to be working
I have a table : Tbl_Debt
import sheet: import.xlsm
import range: Import
All the headers on the import sheet match the field names of the table.
But, it runs and doesnt Import.
I have an import statement that doesnt seem to be working
I have a table : Tbl_Debt
import sheet: import.xlsm
import range: Import
Code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12, "tbl_debt", "R:\In box management project\Media\import.xlsm", True, "import"
All the headers on the import sheet match the field names of the table.
But, it runs and doesnt Import.