HTML appearance

E

Eyal

Hallo everybody
is there a way in access to view an HTML text
as it would apear in the HTML browser
Thanks, Eyal
 
R

Rob Oldfield

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"
 
J

John Nurick

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

Eyal Semo

Hi John
How should I pass the HTML string to the web browser control (in a form) ?
Thanks Eyal
 
J

John Nurick

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