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






acImportFixed

 
Private Sub cmdImportFixed_Click()
    DoCmd.TransferText acImportFixed, "CompanyFixed", "tblCompanyFixed", "C:\CompanyFixed.txt", True
End Sub

 

Related examples in the same category

1.acImportDelim