G
Gavin
I've seen a few posts that seem related to the problem I'm having, but none
whose solutions are actually working for me.
I'm trying to import a comma delimited .txt file into an Access table. I
have import specifications already defined. My code is creating an empty
table to receive the data and then running docmd.transfertext. The resulting
table has the right number of records, but all the fields are blank. When I
use the import wizard, it works fine.
Here's the command I'm using.
DoCmd.TransferText acImportDelim, "CCR Block Import 0506", "Test",
"M:\CCR\Data\data0506\test.txt", False
Any thoughts? Thanks!
whose solutions are actually working for me.
I'm trying to import a comma delimited .txt file into an Access table. I
have import specifications already defined. My code is creating an empty
table to receive the data and then running docmd.transfertext. The resulting
table has the right number of records, but all the fields are blank. When I
use the import wizard, it works fine.
Here's the command I'm using.
DoCmd.TransferText acImportDelim, "CCR Block Import 0506", "Test",
"M:\CCR\Data\data0506\test.txt", False
Any thoughts? Thanks!