acImportDelim : Text Transfer « Access « VBA / Excel / Access / Word






acImportDelim

 

Private Sub cmdImportDelimited_Click()
    DoCmd.TransferText acImportDelim, "CompanyDelimited", "tblCompanyDelimited", "C:\Delimited.txt", True
End Sub

 

Related examples in the same category

1.acImportFixed