Dim dlg as New form1
dlg.textbox1.text = ""
dlg.show()
Like that? Form data are not static like in old VB. Each time you open the form, it is a new instance of that form. There are ways of saving that info and then loading it onload events and other ways to work around this.