I am able to display Chinese characters in buttons, text boxes, labels, but I cannot display them on MsgBox, or include as string in VBA. Is this a Windows or Access setting that I need to adjust?
You will need to create a custom message box so you can control the font. The built in one doesn't allow you to control the font. Same problem with VBA. You can't control the font so you need to have a control where you can paste your strings.