Hello,
Im linking table and generate query...tables are unicode and have č,ć,ž,đ,š
When Im using StrConv query result missing only these two: Č and Ć
Any help? Thanks!
Hello,
Im linking table and generate query...tables are unicode and have č,ć,ž,đ,š
When Im using StrConv query result missing only these two: Č and Ć
Any help? Thanks!
At a quick glance I just see that it's converting those two characters to an english C
Check this link, the base documentation doesn't seem to support them
http://office.microsoft.com/en-us/wo...010167539.aspx
There is a link within that document that leads to the unicode page here:
http://unicode.org/charts/
I don't know what language you're trying to get the unicode upper/lower case for but access's ability to convert it may be limited.
You may be able to get it to work if you populate the LCID variable of the strconv function.
Here is a list of localeID's
http://msdn.microsoft.com/en-US/goglobal/bb964664.aspx