In a procedure, I use the command:
DoCmd.OutputTo acOutputReport, "myreport", acFormatTXT, "myfile.html", False
It works but I must known the value for the encoding of unicode to write a commnd like this:
DoCmd.OutputTo acOutputReport, "mioreport", acFormatTXT, "miofile.html", False, , ...