I have a Microsoft Access Application (.mdb
) that is old and proprietary and needs to be run on Windows 10 in Microsoft Office 2016.
The frontend (.mde
) for it needs some old .ocx
controls, and I've narrowed it down to it needing a library (link1, link2), but I cannot use Tools->References
to add anything to it;
The administrator password for the database is not something that I have. So I was wondering if there was a way to add ocx controls to MS Access globally so they are added in all products.
When trying to open it, I get the error:
The expression On Open you entered as the event property setting produced the following error: The Open Form action was canceled.
*The expression may not result in the name of a macro, the name of a user-defined function, or [Event Procedure]. *There may have been an error evaluating the function, event, or macro.
This error occurs when an event has failed to run because the location of the logic for the event cannot be evaluated. For example, if the OnOpen property of a form is set to
=[Field]
, this error occurs because a macro or event name is expected to run when the event occurs.