G
Guest
I have look at a couple of posting relating to this subject but some how I
can not make the transfer work. I have three txt files that I need to
transfer into Access 2003 using the same name of the file for table name. I
try the following code from Doug Steele:
strFolder = "\\S863A55\333542$\AIPqb\dB\TAR\SampleFetch\"
strFile = Dir$(strFolder & "*.txt")
Do While Len(strFile) > 0
DoCmd.TransferText acImportDelim
strFile = Dir$()
Loop
But no files are transfered
can not make the transfer work. I have three txt files that I need to
transfer into Access 2003 using the same name of the file for table name. I
try the following code from Doug Steele:
strFolder = "\\S863A55\333542$\AIPqb\dB\TAR\SampleFetch\"
strFile = Dir$(strFolder & "*.txt")
Do While Len(strFile) > 0
DoCmd.TransferText acImportDelim
strFile = Dir$()
Loop
But no files are transfered