Japanese Yen symbol

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having no luck getting it to come up on a report. Even if I enter it in
as Chr(92) it still comes up as a reverse backslash.

Do I have to tinker with my version? Japanese comes up fine otherwise but
the yen symbol appears as the backslash every time.
 
Hold down the Alt key, then press 0165. When you release the Alt key you'll
get: ¥

I'd also ask this question in a better place than a Microsoft Access
database newsgroup. You might get a better answer.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
If typing at the keyboard, use Arvin's suggestion. The number he gave is a
good clue. From the immediate window, you will see.

?Asc("¥")
165

I checked the ASCII table and 92 is a backslash.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top