Extended Character Set

T

The Wizard

Anyone know a solution to this, On Access 2000/2002 and Win 2000/XP systems
in the keypress event I am trying to change the double quote mark (ascii #
34) to an open quote (ascii # 147). On win 98/ME systems my code works fine
but on 2000/XP all I get is a box character. Any Ideas

Gregory La Due
Twin Tiers Technologies, Inc.
 
A

Arvin Meyer

The Wizard said:
Anyone know a solution to this, On Access 2000/2002 and Win 2000/XP systems
in the keypress event I am trying to change the double quote mark (ascii #
34) to an open quote (ascii # 147). On win 98/ME systems my code works fine
but on 2000/XP all I get is a box character. Any Ideas

Chr(147) works fine in Access 20002 on Windows XP Pro SP1 on my machines.

I do get a box character in non Unicode (Access 97) versions.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
G

Gregory La Due

The problem is not with chr$ command but in the keypress event on a form and
changing the (KeyAscii As Integer) from 34 to 147
 

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

Similar Threads

Runtime Question 2
Acc97 Missing records 2
Compatibility Options 0
Textbox label association 2
Table cells resizing 1
Missing Drop Down Menu 0
Formatting Date fields 7
Opening MailMerge Docs Problems 0

Top