Adding Special Character to Accesss Form

L

Lisleb

I want to be able to add this symbol "&" to a field and have it print on a
form in Access. Is there a way to insert an ascii code for this symbol.
 
D

Danny J. Lesandrini

Add it twice ... like this ...

Run once && Again
will display
Run once & Again
 
Top