Saving data form table - multilanguage

F

Fresh

Hi!

I have database in Access XP. One of fields have a russian charset. I want
to write macro, who get data from table and write it to text file.
My problem is - when I writing russian text, in file is '?????'. I try to
use StrConv function to convert from Unicode, but this does not work :(
Maybye someone know what to do this?
 
Top