I will admit I have not had the need to dive into rich text...
Hopefully what I am looking to do can be done. I have seen the example to highlight the font color but I want to actually highlight or set the back color. The below literal snippet is shows how I am setting the unbound control on a report. It is much more involved than that and my bold HTML tags in the same control are working. Any thoughts? I suspect it has something to do without using a full HTML document but which parts and how much of what is required would be the question. In case it matters, I also embed Vertical tabs with CHR(11) in the string that is assigned to the unbound report control. I am using Access 2010 for this.
Hopefully what I am looking to do can be done. I have seen the example to highlight the font color but I want to actually highlight or set the back color. The below literal snippet is shows how I am setting the unbound control on a report. It is much more involved than that and my bold HTML tags in the same control are working. Any thoughts? I suspect it has something to do without using a full HTML document but which parts and how much of what is required would be the question. In case it matters, I also embed Vertical tabs with CHR(11) in the string that is assigned to the unbound report control. I am using Access 2010 for this.
Code:
"Leading text <span style=""background-color:yellow;"">Some Text</span> Trailing text"