I thought I’d found a thread for this in the forum, but I can’t find it now. Please help by redirecting me or answering my plea:
I have a 2003 app that’s been running fine until users began to upgrade to version 2007. Now several are getting messages that I think have to do with missing references.
Specifically, the user clicks a button from the switchboard to open a form and gets the following message:
“Error loading DLL”
and execution stops, highlighting the following code line in the requested form’s open procedure:
I think this has to do with a missing ref, but don’t know which one. Below is the list of refs that are checked in the Tools/References dialog:
Visual Basic for applications
Microsoft Access 12.0 Object Library
OLE Automation
Microsoft DAO 3.51 Object Library
Microsoft ActiveX Data Objects 2.5 Library
I don’t recall EVER using DAO, but since it’s there, I’m afraid to turn it off.
As always, any help you can give me will be GREATLY appreciated.
TWD
I have a 2003 app that’s been running fine until users began to upgrade to version 2007. Now several are getting messages that I think have to do with missing references.
Specifically, the user clicks a button from the switchboard to open a form and gets the following message:
“Error loading DLL”
and execution stops, highlighting the following code line in the requested form’s open procedure:
Code:
Set MyDB as CurrentDB
I think this has to do with a missing ref, but don’t know which one. Below is the list of refs that are checked in the Tools/References dialog:
Visual Basic for applications
Microsoft Access 12.0 Object Library
OLE Automation
Microsoft DAO 3.51 Object Library
Microsoft ActiveX Data Objects 2.5 Library
I don’t recall EVER using DAO, but since it’s there, I’m afraid to turn it off.
As always, any help you can give me will be GREATLY appreciated.
TWD