Hi im a complete newbie here.
I hope you can help me...
I am trying to import a csv file into a table... it works fine however it put all of the row in just one column ...
Meaning a use:
DoCmd.TransferText TransferType:=acImportDelim, TableName:="tblTempImport", _...