How to Print Unicode Chars from Ms access 2007 database to Notepad. It is always printing like "?????????? ? ??????"
Example:
Answer:
Thanks.
Example:
Code:
Open "F:\Test.txt" For Output As #intFileNo Print #intFileNo, ChrW(1949) 'I stored as char Close #intFileNo
Code:
[b] ? [/b]