Using the Web Browser control on a form

S

Steve

Hello,

I have a form with a URL field and was wondering how to create a window on
the form itself for viewing the associated web page when the link is
clicked. I found the Microsoft Web Browser ActiveX control but haven't
figured out how to link it up it to the URL field. Do I need an image frame
first or something like that?

This seems much preferable over the standard Access behavior of starting an
instance of Internet Explorer in a separate window.

Thanks for the help, Steve.
 
A

Alex Dybenko

if you have access97 - locate solutions.mdb and look at the form
WebBrowseTable, i think this is what you looking for
 
Top