View Full Version : Formatting Tags? functions?


daveWP
11-12-2009, 06:51 PM
Hi experts, I need to enter a string in to a text box control and need to bold one portion of the string. I thought of breaking it up in 2 separate controls, but that would lead to problems down the line.

How can I format this line as such in a text box control?

="The cat is brown. Not black."

I keep finding something about xml, but haven't the slightest idea.

Any help would be appreciated.
I'm using Access 2003.

ajetrumpet
11-12-2009, 07:51 PM
i don't think you can really. it's not html where you can wrap it with tags. i'd suggest two boxes.

georgedwilkinson
11-12-2009, 08:50 PM
Howsa 'bout an RTF control?

Like this: http://www.lebans.com/richtext.htm