I was wondering if anyone know of a way to enter information from one form onto another form.
The situation is thus:
I have a main form with textboxes on it however one text box is a compilation of several numbers, so I created another form in order enter in those numbers. I then pass this value into a public variable. What I want to be able to do is when I close the second form automatically enter that data in the variable into the correct textbox on the first form.