Report - Display HTML properly contained in SQL server field

  • Thread starter Matthew - On Call Computer Solutions
  • Start date
M

Matthew - On Call Computer Solutions

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.
 
S

Stephen Lebans

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.
 
M

Matthew - On Call Computer Solutions

I was afraid of that.
---------------------------------
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.
 
Top