Hi I am using two forms.
Form 1 organizes student information from a textfile
Form 2 appends a new student
I load the second form with:
It loads, cool..Code:Dim secondForm As New Form2 secondForm.ShowDialog()
When I close form 2 with me.close, form 1 does not have the updated information. (Most things load with the form_load event)
Any ideas? This is form my intro to VB course. Thanks![]()




Reply With Quote
