HTML appearance

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

Guest

Hallo everybody
is there a way in access to view an HTML text
as it would apear in the HTML browser
Thanks, Eyal
 
I've never used it in a production db but there's an ActiveX control
"Microsoft Web Browser". It's used by doing something like....

Me.ctlName.Navigate2 "pathtoyourhtmlfile"
 
Hi Eyal,

I've never tried, but the obvious approach is to put a web browser
control on a form and pass the HTML string to it.
 
Hi John
How should I pass the HTML string to the web browser control (in a form) ?
Thanks Eyal
 
Back
Top