My macro can import text files from a folder:
DoCmd.TransferText acImportDelim, ....
But now, I no longer need to import text files, I need to import csv files.
How can I implement the code to achieve this?
My macro can import text files from a folder:
DoCmd.TransferText acImportDelim, ....
But now, I no longer need to import text files, I need to import csv files.
How can I implement the code to achieve this?