G'day all,
I've been trying to import a csv file using the transfertext code..eg:
Private Sub Command0_Click()
DoCmd.TransferText acImportDelim, , "tblRTO", "C:\Upload\RTO.csv", True
End Sub
and it brings forth an error message because from what I can work out is that it is trying to import...