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