Now, from another MDI Child, the user selects a button which opens a window allowing them to add a new record to the system, this is simply a form and a add button... when the add button is clicked, a message box informs them that the new record is added.
My problem is that all MDI children will now need to be closed and reopened by the user for the record to be updated... how I would I go about triggering a refresh of all the MDI children to make sure that when a record is added, the new values are reflected across the application?