Hi, I'm trying to automatically import an excel spreadsheet into Access using the following code.
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "tblTabs", "C:\Rpt_pjwk_post.xls", True
Problem is I keep getting the error "Runtime error 3274, external table is not in the...