Code:
form1.textbox1.text = form2.textbox1.text
will change the value if you have a textbox1 in both forms.

[not on my machine to double-check for accuracy, but I am pretty sure that this is correct.)