In MS Access, I have a webcontrol on a form. I want to be able to force magnification for the URL to 125 percent. I have found several articles on Google about this, but nothing seems to work for me. Here is what I have now - the last line represents the best suggestion I was able to find on the intrawebs:
DoCmd.OpenForm "WebBrowser", acNormal
DoCmd.Maximize
Forms!WebBrowser.RecordSource = "Wordpress"
Forms!WebBrowser.Filter = "[Select]=-1"
Forms!WebBrowser.FilterOn = True
''''' the URL comes from tbWordpress from either be in Site, NewPost or NewPage in the Wordpress table
Forms!WebBrowser!WebBrowser0.ControlSource = "NewPost"
Forms!WebBrowser!WebBrowser0.ExecWB OLECMDID_OPTICAL_ZOOM, ExecOpt.OLECMDEXECOPT_DONTPROMPTUSER, 150, DBNull.Value
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.