I currently have a data access page and within the page I've inserted an
ActiveX control which is the Microsoft Web Browser. My question is how do I
get the web browser within the DAP to open up in a particular website, for
example www.google.com? I know how to do it in a regular Access form from
within the form Load properties but I'm unsure of how to accomplish this with
a DAP.
Thanks in advance,
Martin
Mark Georgs - 30 Dec 2004 11:25 GMT
Try this
ActiveXCtl5.Navigate URL:="http://www.Google.com"
?????? - 14 Feb 2005 13:41 GMT
> I currently have a data access page and within the page I've inserted an
> ActiveX control which is the Microsoft Web Browser. My question is how do I
[quoted text clipped - 5 lines]
> Thanks in advance,
> Martin