S
Shaun
Hi,
I'm trying to import several files at once using some VB. I can get the CSV
files fine and understand the basics of the TransferText method. However,
when my code gets to that line (transfertext), it says
"Field F1 doesn't exist in destination table, 'tablename'" (tablename is
one of several tables corresponding to the several CSVs). I'm importing to
preexisting tables so shouldn't it use those field names? Both the import
and destination fields have the same format and data types. Thanks in
advance.
I'm trying to import several files at once using some VB. I can get the CSV
files fine and understand the basics of the TransferText method. However,
when my code gets to that line (transfertext), it says
"Field F1 doesn't exist in destination table, 'tablename'" (tablename is
one of several tables corresponding to the several CSVs). I'm importing to
preexisting tables so shouldn't it use those field names? Both the import
and destination fields have the same format and data types. Thanks in
advance.