If you will write "Tips&Tricks" in Label, Command Button, or other
control caption property, The text that will appear on the control will be
"TipsTricks", and Alt + T will be
the hotkey for this control.
To overcome this problem use '&&'
instead of '&' : simply enter "Tips&&Tricks" to the caption
property.