P
Palle Olesen
Hi
I am having problem with Access 2007 not able to export data correctly.
Im using a code similar to this, to make an export to RTF:
DoCmd.OutputTo acOutputQuery, <filename>, acFormatRTF, <datasource>
The problem is that it cannot export certain characters.
A Danish ø gets converted to ų, æ gets converted to ę.
In Access 2003 there is no problem.
Any one have an idea?
I am having problem with Access 2007 not able to export data correctly.
Im using a code similar to this, to make an export to RTF:
DoCmd.OutputTo acOutputQuery, <filename>, acFormatRTF, <datasource>
The problem is that it cannot export certain characters.
A Danish ø gets converted to ų, æ gets converted to ę.
In Access 2003 there is no problem.
Any one have an idea?