I hope someone can help
I have the following code i am using to import a text file
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TblInitialSalesData", "H\Retail Network\Public\0800Plan\Ops Team\4760\Branch_Report - 6-13-08 6'09'18 AM.txt", NO
when i try to run the code i get a error message saying "external table not in expected format". The table is set up with 74 fields and each field is in text format and is just names F1 through to f74
regards
I have the following code i am using to import a text file
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TblInitialSalesData", "H\Retail Network\Public\0800Plan\Ops Team\4760\Branch_Report - 6-13-08 6'09'18 AM.txt", NO
when i try to run the code i get a error message saying "external table not in expected format". The table is set up with 74 fields and each field is in text format and is just names F1 through to f74
regards