How to include Chinese characters in MsgBox?

latex88

Registered User.
Local time
Today, 09:57
Joined
Jul 10, 2003
Messages
198
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.
 

Users who are viewing this thread

Back
Top Bottom