GerryGoldberg
Technical User
- Apr 12, 2001
- 55
I am trying to import a text file into an existing empty A97 table and continue to get an error. The VB code is:
docmd.TransferText acImportDelim,,"tblA","c:\txt\tblA.txt",false
The error I get is:
"Field F1 doesn't exist in destination table tblA"
This is true, except I thought that the TransferText method appended to the existing fields of the destination table. What am I doing wrong?
Thanks,
Gerry Goldberg
docmd.TransferText acImportDelim,,"tblA","c:\txt\tblA.txt",false
The error I get is:
"Field F1 doesn't exist in destination table tblA"
This is true, except I thought that the TransferText method appended to the existing fields of the destination table. What am I doing wrong?
Thanks,
Gerry Goldberg