I am trying to set some text in on a command button on an MDIParent form from an MDIChild form. How do I reference the control?
I have made the scommand button public and the following code errors.
VB Code:
Me.MDIParent.Button1.text = "Test"
So how do I go about doing this?




Reply With Quote