How to Preserve Outlook Email Hyperlinks When Importing into Access
Question details
Users need a way to keep original hyperlink display text intact when importing or linking Outlook email content into an Access database.
- Product
- Microsoft Access / Microsoft Outlook
- Device & OS
- not provided
- Scenario
- Importing or linking Outlook emails to a Microsoft Access database table.
- Observed behavior
- Hyperlink display text is stripped or converted into long raw URLs because Access Rich Text fields have limited support for complex Outlook HTML formatting.
Verify that the data type of the destination field in your Access table is set to Long Text, and ensure the Text Format property is set to Rich Text.
Verify HTML Source and Use an HTML-Capable Viewer
Determine if Access altered the HTML during import or if it is simply a display limitation of the default Access text box.
Often, the import process pulls the correct HTML from Outlook, but the native Access Rich Text box cannot render complex hyperlink tags, causing them to display as raw text.
Open the original email in Outlook, right-click the body, and select 'View Source' to check the HTML code.
Open your Access table in Datasheet view, click into the Long Text field containing the email, and inspect the raw HTML stored there.
Compare both HTML snippets. If they match, the import process preserved the links, but the Access Rich Text box is failing to render them correctly.
To resolve the display issue, open your Access form in Design View, insert a Web Browser Control from the design ribbon, and bind it to the field containing the HTML to render it like a web page.
Use Outlook Automation (VBA) to Capture Original HTML
If the standard linking or importing method strips the HTML tags entirely, use VBA to pull the raw HTMLBody directly from Outlook.
Looking for a Lightweight and Free Office Suite?
If you are dealing with complex formatting and compatibility issues in Microsoft Office, consider switching to WPS Office. It provides a robust, lightweight, and highly compatible alternative for Word, Excel, and PowerPoint documents without the heavy resource usage.
- 1. Visit the WPS Website: Go to the official WPS Office website on your browser.
- 2. Download the Installer: Click the 'Free Download' button to get the setup file.
- 3. Install WPS Office: Run the installer and follow the on-screen instructions to complete the setup.

Frequently Asked Questions
Why does Access convert my email hyperlinks into plain text URLs?
Access Rich Text fields have limited HTML support. They often strip out complex <a> tags during the default import or link process, leaving only the raw URL text instead of the formatted hyperlink display text.
Can I format an Access Short Text field as a hyperlink?
Yes, you can set the Data Type to 'Hyperlink' in the table design, but this is intended for single URLs rather than entire email bodies containing multiple inline links.
Is there a way to view complex HTML emails directly in an Access form?
Yes. You can insert a Web Browser Control into your Access form and bind it to the Long Text field containing the raw HTML string to render it exactly like a web page.
Does linking an Outlook folder in Access automatically update new emails?
Yes, when you link an Outlook folder rather than importing it, Access creates a dynamic connection. However, you may still experience the same Rich Text formatting limitations for newly received emails.




