My users create/edit records with several types of related data for example Points of Contact (POC) so the edit screen has a button that calls a dialog box that allows them to add one or more POCs to the record. What I would like to do is when they click the close button in the dialog box it will actually just set the visible property to False then when they hit the save button for the entire record I would like to call the save code on the POC form to save the POC data. How do I call a subroutine on another form?