|
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
|