I'd like to do an import but not sure how to do it with a CSV file.
this would be my line of code when using an xlsx file, but how do i do it with a CSV?
DoCmd.TransferS preadsheet acImport, acSpreadsheetTy peExcel9, "tbl_stats" , "S:\ Go To Sleep\Import Data Code\Actiwatch sample.xlsx", True
Thank you!
this would be my line of code when using an xlsx file, but how do i do it with a CSV?
DoCmd.TransferS preadsheet acImport, acSpreadsheetTy peExcel9, "tbl_stats" , "S:\ Go To Sleep\Import Data Code\Actiwatch sample.xlsx", True
Thank you!
Comment