I have an ActiveX control project, which contains a .frm and a .ctl. I need to reference one of the elements on the control from the form. Anyone know how to do this? It doesn't seem that the following works:

controlname!element.property

So I am wondering if there is a different syntax needed in this scenario.

Thanks in advance.