Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Missing calendar control

Status
Not open for further replies.

egeil

Programmer
Joined
Jul 7, 2000
Messages
2
Location
US
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
 
Have you registered it?<br><br>If not, go to the design of any module<br>Go to Tools ¦ ActiveX Controls<br>Hit register<br>Find it, and select OK<br><br>See if that helps <p>Jim Lunde<br><a href=mailto:compugeeks@hotmail.com>compugeeks@hotmail.com</a><br><a href= Application Development
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top