A family of Microsoft relational database management systems designed for ease of use.
Thank you for reaching out to the Microsoft Q&A Forum and sharing your issue.
Based on my research, the classic WebBrowser control in Access relies on the legacy Internet Explorer (IE) engine, which Microsoft has deprecated and disabled through recent Windows and Microsoft 365 updates. When the underlying IE runtime is no longer available, PDFs may display only a blank or gray screen without a clear error message. For this reason, the legacy control is no longer a reliable option for viewing PDFs in Access.
Microsoft now recommends using the newer Microsoft Edge WebBrowser control (WebView2). However, it is not a direct drop-in replacement, and existing databases may need some adjustments for it to work properly.
If the Edge-based control also appears blank, this is often related to how the PDF file path is passed through VBA. When navigating to a local file, you must include the following prefix before the file path: https://msaccess/
For your reference: Use the Edge browser control on a form.
I also found a few related threads reporting the same behavior, which you may find helpful:
Unable to view PDF in form following January 2026 MS Access Update - Microsoft Q&A
webbrowser control access vba - Microsoft Q&A
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.