Append data to table...Access to 97 conversion error

M

Ms. De

Error 2391, Field 'F1' doesn't exist in the destination
table


Why do I get this error when I try to append data from
a .csv file into an Acces table

code line:
DoCmd.TransferText acImportDelim, , "Invoice", Filename,
False
Please help
 
Top