Hi

I'm trying to run this pice of code, but I just can't figure out why I can't

Code:
Private Sub Command2_Click()
Dim x As Variant

x = MDIForm.Inet1.OpenURL(Me.Text1.Text)
Me.Text2 = x

End Sub
The Command2_click belongs to a child-form
I get allway this error: 424: Object required

Can you advice me out to solve this?
Thanks