Report - Display HTML properly contained in SQL server field

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

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top