Unable to view PDF in form following January 2026 MS Access Update

Avi 20 Reputation points
2026-01-28T15:50:45.17+00:00

As of 1/26/2026, I was able to view a pdf on my MS Access form using the web browser control. After the January 2026 update (1/27/2026). It looks like the web browser control is working, but when it goes to display the pdf, it's just a gray page.

There isn't file corruption as this is occurring across databases and users. I suspect the issue is with the viewer, but I'm wondering how to check and resolve.

Microsoft 365 and Office | Access | For business | Windows
0 comments No comments

Answer accepted by question author
Kha-N 8,265 Reputation points Microsoft External Staff Moderator
2026-01-29T02:06:00.25+00:00

Hi @avi,

Welcome to Microsoft Q&A, and thank you very much for reaching out.

Based on your description, may I first verify whether you are loading the PDF from your local device into your Access form through VBA?

If so, from my research, your suspicion is correct. The WebBrowser control in Access still relies on the legacy Internet Explorer (IE) rendering engine, which Microsoft has deprecated and recently disabled as part of Windows and Microsoft 365 updates. Although the IE desktop application has been retired, several components continue to depend on the underlying IE runtime.

When this runtime is disabled or removed by an update, the WebBrowser control may show a blank or gray page instead of displaying the PDF, without returning any clear error. As a result, the legacy WebBrowser control is no longer reliable for rendering PDFs or web‑based content in Access. I also tested this on my side using PDF on my local device and was able to replicate the behavior you described.

User's image

Microsoft now recommends using the new Microsoft Edge WebBrowser control, which is based on WebView2. However, this newer control is not a direct replacement for the IE‑based one. Existing databases that were originally built with the legacy WebBrowser control may require adjustments before the Edge control works correctly.

If the new Edge‑based WebBrowser control also appears blank, this is commonly related to how the local file path is passed through VBA. According to the Microsoft documentation, when navigating to a local PDF instead of a web address, you must include the https://msaccess/ prefix before the file path to ensure it loads properly.

User's image

I also found a related community thread reporting the same issue, which you may find helpful. Feel free to check it here.

I hope this helps.


Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-01-28T15:50:59.38+00:00

    It seems that after the January 2026 update, you are experiencing issues with viewing PDFs in the web browser control within MS Access. This could be related to changes in how the web browser control interacts with PDF files following the update. Here are a few steps you can take to troubleshoot and potentially resolve the issue:

    1. Check for Updates: Ensure that your MS Access and other Microsoft Office applications are fully updated. Sometimes, subsequent updates can fix issues introduced in earlier ones.
    2. Test with Different PDFs: Try opening different PDF files to see if the issue persists across all files or is isolated to specific ones.
    3. Browser Control Settings: Review the settings of the web browser control in your form. Ensure that it is configured correctly to handle PDF files.
    4. Use Alternative Viewers: If the issue continues, consider using a different method to display PDFs, such as integrating a dedicated PDF viewer or using a different control that supports PDF rendering.
    5. Community Forums: Since this is a user-to-user support issue, consider checking Microsoft community forums or support pages for similar reports and potential fixes from other users.

    If the problem persists, it may be worth reporting the issue to Microsoft support for further assistance, as they can provide insights specific to the update you mentioned.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.