So I have this protected MDE file from a Client, it works perfectly on their computers. But when I run it on my Laptop, I'm having an error on clicking any button.
Client side has Office 2007 and Microsoft Access Runtime 2007 installed. I've done the same, but still unable to access the functions of the Access file. I'm on Windows 10, so are the other computers that are able to successfully run this.
This is the error:
The expression On Click you entered as the event property setting produced the following error: Invalid use of Null.
* 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.
When I click "Help", I get the following:
"This error occurs when an event has failed to run because Microsoft Office Access cannot evaluate the location of the logic for the event. For example, if the OnOpen property
of a form is set to =[Field], this error occurs because Access expects a macro or event name to run when the event is fired."
