Hi
Is there a way that we can bind two textboxes together.
I have two forms. The 1st form has textbox1 and is the main form. The second form is a edit form and it contains textbox2. I would like to open form2 and see the value of textbox1 and when i change the value in textbox2 the value has been updated in textbox1. I can do this quite easily with a a data table but would like to used just textboxes.
Many thanks
Mikey