emmanuelkatto23
New member
- Local time
- Tomorrow, 04:58
- Joined
- Jun 24, 2024
- Messages
- 6
Hi all,
I’m Emmanuel Katto, working on a small database for a non-profit that tracks donors and their donations. I’ve set up an Access form that, using the DoCmd.SendObject command, opens Outlook with a filled-out email, including an attached tax receipt. However, the problem is that Outlook opens in Plain Text mode, not HTML, even though my Outlook settings are configured to use HTML for composing emails.
I’m wondering if there’s a simple way to modify the Access VBA code to force Outlook to open in HTML format when using the DoCmd.SendObject command? I don’t want to rewrite the whole VBA code to send the email manually, just need a quick solution. Any ideas?
Regards
Emmanuel Katto
I’m Emmanuel Katto, working on a small database for a non-profit that tracks donors and their donations. I’ve set up an Access form that, using the DoCmd.SendObject command, opens Outlook with a filled-out email, including an attached tax receipt. However, the problem is that Outlook opens in Plain Text mode, not HTML, even though my Outlook settings are configured to use HTML for composing emails.
I’m wondering if there’s a simple way to modify the Access VBA code to force Outlook to open in HTML format when using the DoCmd.SendObject command? I don’t want to rewrite the whole VBA code to send the email manually, just need a quick solution. Any ideas?
Regards
Emmanuel Katto