I have searched the forum over and cannot figure this one out.
I am trying to import "c:\test\server.txt"
Here is the cmd:
DoCmd.TransferText acImportDelim, , "tablename", "c:\test\server.txt", False
When I run it, it tells me field F1 does not exist in the destination table.
Here is what the...