Hello
Is there any way to insert greek letters into my database or reports in ms-access? I don't want to change whole database font and I can't find "insert symbols" like excel and word for this purpose.
thanks in advance
Hello
Is there any way to insert greek letters into my database or reports in ms-access? I don't want to change whole database font and I can't find "insert symbols" like excel and word for this purpose.
thanks in advance
Use the character map to get the ascii code or to copy/ paste the symbol into your app.
If you need to do it regularly, you could create a function to run the character map utility, run that function from a macro then add the macro to a custom ribbon or to the QAT. I did that several years ago and I know it works
For more info, see the reply by Graham Mayor in this thread https://answers.microsoft.com/en-us/...5-2634e4820482
Hope that helps