Insert symbols ≠,£,∑,π,... on field in form

  • Thread starter Zanetti via AccessMonster.com
  • Start date
Z

Zanetti via AccessMonster.com

Greetings,
How can i simpliest insert those symbols into some fields on form.
Thanks.....
 
L

Linq Adams via AccessMonster.com

To insert these kind of symbols, hold down the <Alt> key and enter their
ASCII value ***on the Numbers Keypad*** including any leading zeros.

<Alt> + 0163 (on the Numbers keypad) will produce

£

You can find the ASCII values for these symbols here

http://charlie.balch.org/asp/ascii.asp
 
Top