Fatal error when upgrade from 2003 to 2010

Gkirkup

Registered User.
Local time
Today, 11:29
Joined
Mar 6, 2007
Messages
628
I am in the process of upgrading from Access 2003 to 2010 (must be completed this weekend). I have an Access error on startup of 2010, that it cannot resolve a reference to MSCAL.OCX. I don't know what that is, but nothing runs.
The Access error message tells me to go to Available References of the References section of the Tools section of the Visual Basic Editor. I tried to do that, but 'References' is grayed out, and I can get no further.
How can I resolve the reference to MSCAL.OCX? How do I get to that?

Robert
 
References are greyed out when code is running. Stop the code and try again.

Also, try to open the app while holding down the shift key. This should inhibit any code from running in the first place and your VBA code window will be easier to get to.
 

Users who are viewing this thread

Back
Top Bottom