View Single Post
Old Oct 22nd, 2007, 9:19 AM   #1
u2cannv
Newbie
 
Join Date: Oct 2007
Posts: 8
Rep Power: 0 u2cannv is an unknown quantity at this point
Importing a file using VB

I'm having problems with a line of code when i try to import a file using vb in access. the error is saying that it can't import file? I checked the filename in that specific directory and its there. It seems to me that its not grabbing the file period. DoCmd.TransferText acImportDelim, "SPECS", "3RPV Export", "\\Jazzs\NCC\fileNm.txt"", False, """

thanks
u2cannv is offline   Reply With Quote