Is the 2007 RTF textbox capable of displaying text with strikethro

  • Thread starter Thread starter Dale Fye
  • Start date Start date
D

Dale Fye

I'm working on comparing the difference between the current and previous
version of a memo field. I would like to do this in an RTF textbox.

Anybody know what the appropriate tags would be for this, or if it is even
possible?
 
Access RTF only supports a very minor subset of html tags. If what you want
is not supported in an RTF textbox, I've used a web browser control instead
to get full html support.
 
Dale Fye said:
I'm working on comparing the difference between the current and previous
version of a memo field. I would like to do this in an RTF textbox.

Anybody know what the appropriate tags would be for this, or if it is even
possible?

You can't use strike through, but you could use bold, italic, RED color, and
underline the text.....

In other words, you get some serious highlighting going on here...just not
strike through. I would think bold, RED, italicizes and underline the text
would do quite good here....

<strong><em><u>

Above would be bold, italics, and underline...
 
Thanks, Albert.

I'm currently doing the red, but you are probably right about bolding it as
well.
 
Back
Top