Hallo!
I’m trying to import a csv-file to Access2k through VBA. I have the problem that it’s just ignoring the first line, regardless if I say that it contains field names or not. I’m using the specifications ‚ImportSpec’ und the code:
DoCmd.TransferText acImportDelim, "ImportSpec", "tblImport", fname, False
Then with HasFieldNames = false!
I’m using a file with 20684 lines, but I get only 20683 imported.
Does anybody have an idea why it doesn’t work?