AcTextTransferType enumeration (Access)
Used with the DoCmd.TransferText method (Access) method to specify the type of transfer you want to make.
Name | Value | Description |
---|---|---|
acExportDelim | 2 | Export Delimited |
acExportFixed | 3 | Export Fixed Width |
acExportHTML | 8 | Export HTML |
acExportMerge | 4 | Export Microsoft Word Merge |
acImportDelim | 0 | Import Delimited |
acImportFixed | 1 | Import Fixed Width |
acImportHTML | 7 | Import HTML |
acLinkDelim | 5 | Link Delimited |
acLinkFixed | 6 | Link Fixed Width |
acLinkHTML | 9 | Link HTML |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.