Here’s yet another long standing demo I’ve been wanting to provide the community for a couple years now.
Origins
Several years ago I developed an e-mailing database. I originally started out using the Rich Text Format (RTF) provided by Access, but anyone that gets into anything remotely advanced will quickly find out the Microsoft’s implementation falls very short of what is considered proper HTML or nor do RTF fields provide all the bells an whistles you’d expect in any modern tool.
For instance, with RTF, you can’t do simple things like:
- Justify text
- Insert links
- Insert tables
- Insert images/media
- Format text
- Strikethrough
- Superscript
- subscript
- Use predefined formats (p, h1, h2, h3, …)
- and the list goes on, and on, and …
Then add to that Microsoft doesn’t provide a way to view the raw source code behind the RTF fields and you need to resort to coding to access such information.

