Inserting Special Symbols in the Caption of a Form

P

philman

Is there any way to include a special symbol such a the trademark symbol
within the text caption of a form?
 
B

biganthony via AccessMonster.com

To get the copyright symbol, I did the following:

Me.Caption = " © My name"

To get the © symbol, hold down the ALT key and press 0169 on the numeric
keypad.

Anthony
 
B

biganthony via AccessMonster.com

sorry, meant to add for the trademark sysmbol, â„¢, enter ALT-0153
â„¢
â„¢
Me.caption = " â„¢ Name"

Anthony
 
Top