Symbols

C

Chi

Hi,

I used textbox to create a title for the form. However, the symbol '&' was
changed to "_" by itself when I view the form on Form View.

Ex: Coding & Billing. It always becomes Coding_Billing. Please show me how
to keep the symbol "&"

Thanks
Chi
 
J

John Spencer

Use && to get &


John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
 
F

fredg

Hi,

I used textbox to create a title for the form. However, the symbol '&' was
changed to "_" by itself when I view the form on Form View.

Ex: Coding & Billing. It always becomes Coding_Billing. Please show me how
to keep the symbol "&"

Thanks
Chi

Coding && Billing
 
Top