Hi
I am trying to import an excel file into access. Until this morning I was able to do that just fine, but all of a sudden I am getting this error:
"The action requires a Table Name argument"
This is my code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "", strFileName, True
Why would it work all this time and just stop working now?
Please help.
Thanks.
I am trying to import an excel file into access. Until this morning I was able to do that just fine, but all of a sudden I am getting this error:
"The action requires a Table Name argument"
This is my code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "", strFileName, True
Why would it work all this time and just stop working now?
Please help.
Thanks.