I have a control in an MDI child form, named myControl

From the parent window, how can I reference myControl?

I have tried Me.ActiveForm.Controls("myControl")

but that doesn't work, any ideas?