maheshkava
Programmer
all,
I am trying to import a tab delimited text file into a access table.The
field names & values are seperated by double quotes.I am using the
TransferText method for this purpose:
AccessApp.DoCmd.TransferText
acImportDelim, "", "aggregated", "c:\test1.txt", True
The first row of the text file are the column names.
Only the first column is imported correctly for the rest
i get the 'Unparsable Record error'.
Any help would be appreciated
Thankx in advance
mahesh
I am trying to import a tab delimited text file into a access table.The
field names & values are seperated by double quotes.I am using the
TransferText method for this purpose:
AccessApp.DoCmd.TransferText
acImportDelim, "", "aggregated", "c:\test1.txt", True
The first row of the text file are the column names.
Only the first column is imported correctly for the rest
i get the 'Unparsable Record error'.
Any help would be appreciated
Thankx in advance
mahesh