Rich Text issue

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I have a form that has a rich text control on it. I want to be able to take
the data that's entered in this control and display it on a report. I want
it to look like it does when I type it in on the form. When I put it in to a
report, it spits out all the rich text formatting tags because that's how it
stores in my table. Is there any way to convert the data and store it in my
table while preserving the formatting like the bolding and underlining? If
not, is there any way to convert the rich text in my report?

If either of these things are not possible or too difficult to work with, is
there a better way of enter text on a form and still being able to bold,
underline, etc?

Thanks. Any help would be greatly appreciated.

Rob
 
You have to place the same RTF control that was used on your Form onto
the Report as well.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top