I am not sure where to start.I have the following code in form2
When I return to form2 the form1.report() is different than last time. SEE ** here ** in above code. But, the reportTextBox(x, y).text doesn't change. It is the same as before. What must be done to display updated form1.report()?I have also tried using a public variable from form1.test in my sub button2 routine. The msbox shows that form1.test is being incremented, but the after the first occurrence the form2 doesn't change.Thanks for your time and helpCompletely lost George
When I return to form2 the form1.report() is different than last time. SEE ** here ** in above code. But, the reportTextBox(x, y).text doesn't change. It is the same as before. What must be done to display updated form1.report()?