Hi All,
I have localized data in 9 languages in my Access 2010 tables, and all strings display correctly formatted in Access tables and queries.
I need to use the strings to lookup strings in other tables but when I open a DAO recordset in VBA the characters (for symbolic languages such as Greek/Chinese) do not pass through correctly (characters appears as ? marks).
This means I can not use the strings...
Is there a way of setting the charset to be used when I open the recordset?
Thanks,
Mark.
I have localized data in 9 languages in my Access 2010 tables, and all strings display correctly formatted in Access tables and queries.
I need to use the strings to lookup strings in other tables but when I open a DAO recordset in VBA the characters (for symbolic languages such as Greek/Chinese) do not pass through correctly (characters appears as ? marks).
This means I can not use the strings...
Is there a way of setting the charset to be used when I open the recordset?
Thanks,
Mark.
Comment