Label Question

wilderfan

Registered User.
Local time
Today, 09:05
Joined
Mar 3, 2008
Messages
172
I would like the label for a text box to read "B&W or Color" for a database of photographs.

Access will not accept the ampersand. Since this is just a label, I thought I could get away with using this symbol.

Is there a way to get the label to accept the ampersand?
 
Ampsersand is it own literal escape character.

B&&W

Otherwise ampersand indicates that the next character is the hotkey.
 

Users who are viewing this thread

Back
Top Bottom