I use the mscal.ocx as a drop down calender and it works fine "except" I run
into a problem when there is another mscal.ocx on the users system with a
different date. When the user has this other mscal.ocx on there computer
Access cancels when the user clicks the down arrow. Is there any way to
check this or is there a better option?
Thanks for your help.
Douglas J. Steele - 19 Mar 2008 15:35 GMT
A better option is not to use the activex control, and use the all-API
solution Stephen Lebans has at http://www.lebans.com/monthcalendar.htm

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
>I use the mscal.ocx as a drop down calender and it works fine "except" I
>run
[quoted text clipped - 3 lines]
> check this or is there a better option?
> Thanks for your help.
Klatuu - 19 Mar 2008 19:10 GMT
Doug is right on this, CD.
Gravedigger's First rule for ActiveX controls.
Don't Use Them

Signature
Dave Hargis, Microsoft Access MVP
> I use the mscal.ocx as a drop down calender and it works fine "except" I run
> into a problem when there is another mscal.ocx on the users system with a
> different date. When the user has this other mscal.ocx on there computer
> Access cancels when the user clicks the down arrow. Is there any way to
> check this or is there a better option?
> Thanks for your help.