1
Reply

Parent & Child Forms

A C

A C

8 years ago
203
Hi
 
Can anyone help modifiying the parent form title from a button click on the child form.
 
The child form creates a record in a database and returns an ID number. I wish to update the parent forms title to include the ID.
 
Thanks
 
simple in the end...
 
this.ParentForm.Text = "EE"; 

Answers (1)