B
Brad
I am making a keyboard form and I need a key to show the "&" symbol. How can
I do that.
me.cmd7.caption = "&" 'doesn't work
me.cmd7.caption = ""&"" 'doesn't work
me.cmd7.caption = chr(38) 'doesn't work either.
Any thoughts?
Brad
I do that.
me.cmd7.caption = "&" 'doesn't work
me.cmd7.caption = ""&"" 'doesn't work
me.cmd7.caption = chr(38) 'doesn't work either.
Any thoughts?
Brad