Haven't you got the assignment the wrong way round ?
If the 'announcement' is in Text1 in frmannounce then you should be doing
then you don't need any code in frmnumber's Load event.Code:frmnumber.lblannounce.Caption = Text1.Text frmnumber.Show Unload Me




Reply With Quote