Hy,
I need to import a CSV file with a ";" delimited and name field in the first row.
I need to control the name of the field that are in the first row.
If I import with
DoCmd.TransferText acImportDelim, , "tempLISTA", sCSVFile, True
the file:
----...