I can't find a suitable forum to put this question in. Excuse me if I wrongly place this question here.
Question is: Can I use Microsoft Access 2003 (English Version) to store data in Chinese?
I am able to enter Chinese characters but I can't run a query against the data with the criteria of "LIKE" say ... Select xxx from yyy where NameX like '%高%'. If I create a query "Select xxx from yyy where NameX = '高錕' that works.
I did these tests in Access but I assume I will need to solve the same problem if I issue the query using Visual Basic.