I enter 'M&G' into TextBox1.Text via the keyboard. I then transfer to Label1.Text by use of Label1.Text = TextBox1.Text. But when the data is displayed in label1.text the '&' is missing, all I see is 'MG'. What on earth am I doing wrong. I am very new to
VB, I've been a dedicated Delphi user up til now, so be kind to me.
Regards