I have tried using the 65001 at the end when exporting using the following code:
DoCmd.TransferText acExportDelim, "export_specname", TableName, "C:\Users\Name\Desktop\FileName.txt", True,, 65001
I also tried:
DoCmd.TransferText acExportDelim, "export_specname", TableName...