J
javablood
Hi,
I am trying to import a delimited text file with first row headers into
Access 2007. I am using this:
DoCmd.TransferText acImportDelim, , "S-statistic_" & quarter,
vrtSelectedItem, -1
where quarter is a period that is input from a text box to differentiate the
table from others and vrtSelectedItem is the path and name of the text file.
The file is imported okay but the row headers are not imported and the table
does not keep the same delimited format as the text file. This file imports
correctly using the import wizard so I am not sure what I am doing wrong.
Any help is much appreciated.
Thanks,
I am trying to import a delimited text file with first row headers into
Access 2007. I am using this:
DoCmd.TransferText acImportDelim, , "S-statistic_" & quarter,
vrtSelectedItem, -1
where quarter is a period that is input from a text box to differentiate the
table from others and vrtSelectedItem is the path and name of the text file.
The file is imported okay but the row headers are not imported and the table
does not keep the same delimited format as the text file. This file imports
correctly using the import wizard so I am not sure what I am doing wrong.
Any help is much appreciated.
Thanks,