I receive a csv(comma delimited) file each day that needs to be importated into Access. I've tried the following code but can't seem to make it work.
Private Sub Img1_Click()
DoCmd.TransferText , acImportDelim, "tblFLIFOlog", _
"C:\Documents and Settings\remote\Desktop\FLIFO\FLIFOmonitorReport2.csv", -1
End Sub
I'd appreciate any help in learning how to do this. Thanks in advance.
Private Sub Img1_Click()
DoCmd.TransferText , acImportDelim, "tblFLIFOlog", _
"C:\Documents and Settings\remote\Desktop\FLIFO\FLIFOmonitorReport2.csv", -1
End Sub
I'd appreciate any help in learning how to do this. Thanks in advance.