G
Guest
Hi,
I am having a problem to import csv file to Access table. It says "Field F1
does not exist in myTable table". Here is the code I use
DoCmd.TransferText acImportDelim, , "MyTable", TableFileName, False
I tried to use wizard to import. It worked fine without import
specification. However, if I use specification to import. It gives me same
error. What did I do wrong? The problem is I need to use VBA code to import
since the file name is not fixed.
Please advise.
Thanks in advance.
Huan
I am having a problem to import csv file to Access table. It says "Field F1
does not exist in myTable table". Here is the code I use
DoCmd.TransferText acImportDelim, , "MyTable", TableFileName, False
I tried to use wizard to import. It worked fine without import
specification. However, if I use specification to import. It gives me same
error. What did I do wrong? The problem is I need to use VBA code to import
since the file name is not fixed.
Please advise.
Thanks in advance.
Huan