I have a multi-user database which uses the Microsoft calendar control (7.0). After recent changes to the network, the calendar control is no longer available on any of the pc's. I have downloaded the mscal.ocx, but it still does not appear in the ActiveX control list. How can I add this control to my form? <br><br>BTW. I tried using VBA to add it by adding it as a reference and using :<br>Dim ActiveXCtl0 As New Calendar<br><br>But when I try to reference this object I get the error:<br><br>ActiveX component can't create object.<br><br>Any help greatly appreciated.<br><br>Eric