smiley face symbol in textbox

M

Modai

Hi,

I would like to put some text and along with smiley face in textbox of
access form.
any one have any solutions for this. ascii code of smiley face also helpful

Cheers
Moddai
 
A

Allen Browne

You can put a smiley face into a text box on its own, but not mixed with
other text.

Set its Control Source to:
="J"
and the Font Name to:
WingDings
 
Top