Special Characters in VBA (1 Viewer)

Teggun

Registered User.
Local time
Today, 09:15
Joined
Aug 30, 2019
Messages
33
Hi guys, I'm having a problem when inserting a specific special character in a VBA code. I need this character (Ω) to show up together with a string after certain action happens, but Access does not let me paste it in the string field, it shows "Ù" instead.

I've tried to create a query with this specific character but does not recognise it. Also not working when using Chr(937), which is his ASCII code.

Is there any way to call this character? I can use it in labels and text boxes in some of the forms I have so I assume it does exist inside of Access.

Thanks for your time.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 15:15
Joined
May 7, 2009
Messages
19,229
set the Font Name of your label/textbox to Symbol.
you can now insert that symbol on your label/textbox.
 

Teggun

Registered User.
Local time
Today, 09:15
Joined
Aug 30, 2019
Messages
33
Thanks for your answers, indeed that was exacly what I was looking for, didn't know it existed such a function to call this specific symbols.
 

Users who are viewing this thread

Top Bottom