Hi
I'm using the transfer text method to import multiple csv files, 10 or more.
as it is it only appends to one table "table_name" , so how can I import each file to a seperate table.
Can't figure it out.
Thanks
I'm using the transfer text method to import multiple csv files, 10 or more.
Code:
DoCmd.TransferText acImportFixed, "Import_Specification", "table_name", strFolderPath & objF1.Name, False
as it is it only appends to one table "table_name" , so how can I import each file to a seperate table.
Can't figure it out.
Thanks