Report - Display HTML properly contained in SQL server field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are using Sharepoint Portal server which is running on a SQL server
backend to track client trouble tickets. We have a report written in access
that pulls the data from the SQL server table and displays the data from
different fields. Everything is working the way we want except the
description field contains html (mostly numbered lists). Does anyone know
how we can get the HTML to display properly in the report.

Like this:
1. Exchange server backup.
2. Full server backup.
3. Defragged both server drives.

Instead of this:
<ol>
<li>Exchange server backup.</li>
<li>Full server backup.</li>
<li>Defragged both server drives.</li>
</ol>

Any help would be greatly appreciated.
 
AFAIK there is no method available to display HTML on an Access Report.

--

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