Today, I thought I’d touch upon RTF (Rich Text Field(s)).
If you’ve looked over my
MS Access - Improved HTML
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…
Continue reading →
you’ll know I’m not a huge fan of RTF.
Why?
Well, RTF is simply a crippled implementation of proper HTML. I’ve always thought that if you’re going to do something, then do it properly or don’t do it at all! In this instance, that would mean implementing proper HTML, but that’s obviously not the view Microsoft takes of things!!!
At the time of writing my Improved HTML article, RTF could not do basic HTML 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 …
That’s neither here or there for today’s subject matter though.
I know many people use RTF because it is convenient, so I thought I’d cover a couple quick issues/questions that sometimes come up in forums.
Continue reading →