We have an Access database that has forms embedded with the WebControl ActiveX object. Each WebControl loads a local html file that includes some basic javascript functions written in-house, as well
as references to Google Maps API. Our Access forms exchange information with the embedded web page via ExecScript and
html document properties in VBA.
Up until last week, this process worked just fine. As of this week, all of the in-house javascript functions no longer work when called from Access using VBA. But I can load the
html documents in an external browser and the functions appear to run. Anyone know if the WebControl object has changed significantly with any recent
updates? We haven't had any trouble until this week, and none of the code (both VBA and javascript) has changed.