well there's also a property called activeform in the MDIform that returns the child form that has the focus, so you could access it's Tag by:
Code:
MDIForm1.ActiveForm.Tag