I would do in a text in Access options for "boldfacing", "increase/decrease the font" ... and so on.
I would do in a text in Access options for "boldfacing", "increase/decrease the font" ... and so on.
I don't use rtf often but I have always used the old HTML tags. I would wrap everything in a div and then whatever basic HTML formatting tags I may need at the time. Maybe these will work as a reference. I would try it and see what works.
http://www.w3schools.com/html/html_formatting.asp
Create a Memo/Long Text field in a table. Set it to Rich Text text format. Create a form with two bound text fields to your RTF text field. Set one text box to Plain Text text format and the other set to Rich Text. Then type in your rich text text field and change the text formatting (e.g. Bold). Move off the field and the other plain text text field will update with the HTML tags.