late binding of mscal.ocx calendar object

G

Guest

I have an Access 2002 application that uses this control. I am having issues
with client machines having different versions of the file causing the #Name
issue. I would like to try late binding of the object to get around this.
Does someone have an example of the VBA code required to do this?
 
A

Alex Dybenko

Hi,
you can't have activex control late bound, so you have to install same
version on all PCs, or follow Allen advise

BTW - never have version compatibility problems with calendar control, using
it in all my apps. Perhaps something else causing this error

--
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top