Closing a mdiChildren via Button

Yes, you need the reference to the other form, for example code: Me.ActiveMdiChild.Close()
Me.MdiChildren property contains the array of all child forms that can also be used.
 
Back
Top