Having probs with this. Want to use this to import without an import spec.
I've tried;
DoCmd.TransferText acImportDelim, "", tbl7480Errors, str7480ErorrsPath, True
and also
DoCmd.TransferText acImportDelim,, tbl7480Errors, str7480ErorrsPath, True
And it just keeps saying "The action or method requires a table name argument", but the table name's there.
I do not want to create an import spec - MS's documentation is clear that this can be omitted where the file is delimited.
It's a CSV file, and the table has been created already.
Please advise.
I've tried;
DoCmd.TransferText acImportDelim, "", tbl7480Errors, str7480ErorrsPath, True
and also
DoCmd.TransferText acImportDelim,, tbl7480Errors, str7480ErorrsPath, True
And it just keeps saying "The action or method requires a table name argument", but the table name's there.
I do not want to create an import spec - MS's documentation is clear that this can be omitted where the file is delimited.
It's a CSV file, and the table has been created already.
Please advise.