Hi @UOG365Admin ,
Welcome to Microsoft Q&A!
i try SELECT * FROM table1 WHERE field1=N'邨'
N'xxx' indicates that the xxx in the single quotation mark is forced to be converted into a Unicode-encoded character, without garbled characters in Chinese.
First let me state that I'm not very familiar with Access, I'm more familiar with SQL Server. Since there is no problem with '村', I don't think it's a problem with the SQL Server collation at least. This statement is also fine, so I recommend taking a look at the documentation on special characters in Access here. There is a possible workaround at the end of the document.
Please read this MS Doc: Error message when you use special characters in Access databases.
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.