When Microsoft Access is enabled for right-to-left functionality, it provides an additional argument for the TransferText method and action. The Code Page argument has been added to the to the text file description.
TransferText method and action has the following additional argument.
Added Arguments | Description |
---|---|
Code Page | The name of the code page to import from, export to, or link to. You can select one of the code page names from the drop-down list. |
Syntax
DoCmd.TransferText ([TransferType], [SpecificationName], [TableName], [FileName], [HasFieldNames], [HTMLTableName], [CodePage])
Argument | Description |
---|---|
codepage | Enter the numeric value associated with the desired code page. You can view the supported values in the Code page list box of the TransferText macro action. |