M
Matt
Hi
I am running the flowing code to import an excel Spreadsheet in to an
existing table that has filed names
DoCmd.TransferSpreadsheet acImport, , "Table1", "c:\temp.xls", False
And I get this error
Run-time error 2391
Field ‘F1’ Doesn’t exist in destination ‘table1’
I am running the flowing code to import an excel Spreadsheet in to an
existing table that has filed names
DoCmd.TransferSpreadsheet acImport, , "Table1", "c:\temp.xls", False
And I get this error
Run-time error 2391
Field ‘F1’ Doesn’t exist in destination ‘table1’