Hi,
Then you place a control on a form, say a textbox : Text1 on Form1, you refer to it as Form1.Text1 (or just Text1 if your are in the code of Form1). If you have more than one textbox it coulde be called anything (Text2,Text3,MyText etc.), by you can also create a control array. If you do that the Textboses are called E.g. MyText(0), MyText(1), MyText(2), ....
To make a control array, place a control on a form and set the controls index property to 0.
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'