I have never found a method/control for directly displaying and printing
HTML on a report. What you could do is use a hidden Web Browser control
on a form, load it up with your HTML, copy the contents to the
clipboard, ask the Clipboard for RTF, and then set an RTF control's
RTFtext prop on your Report.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Mike Turco" <miketurco@yahoo-nospam4me.com> wrote in message
news:7JrDd.24643$Q%4.21869@fed1read06...[color=blue]
> I have an Access database that holds a catalog and one of the fields
> contains the HTML for the web page. The HTML code is very simple. I[/color]
would[color=blue]
> like to be able to display that HTML output on an access report. Is[/color]
there[color=blue]
> some kind of control that I can embed into the report so that I can[/color]
see that[color=blue]
> HTML?
>
> Thanks,
>
> Mike
>
>[/color]