I want to generate an html page from an access table using a VBA procedure. One of the fields contains sometimes Cyrillic characters. I can see them correctly when I consult the table with Access. When I output them to the html file (print #1, MyTable.Fields("Label")), they are converted to "???". Thanks for your help.