>>However I can not figure out how to Save using active child just calling the actual form name.
In any case, if just one control on the MdiForm, see if this helps.
If Not Me.ActiveMdiChild Is Nothing Then
MsgBox(Me.ActiveMdiChild.Controls(0).Text)
End If