Cogivina2004
MIS
I use this code to import the table from Excel to access:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "MyTable", "C:\MyFile.xls", True
How do I write code to link the MyTable to access instead?
Thanks.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "MyTable", "C:\MyFile.xls", True
How do I write code to link the MyTable to access instead?
Thanks.