I have a usercontrol and it has a label on it. From a form how do I change the label? I tired USERCONTROLNAME.Object.LABEL1.Caption = "" but it didnt work. How do I access the objects in the usercontrol?