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";