S
Steve
Hi,
I would like to have the proper web site display inside the Web Browser
control on a form when I am navigating through records. The url is in a text
field with the table associated with the form. So far I have only been able
to get the web site to appear by visibly placing the url on the form in a
text and using a on click event as such:
Private Sub Homepage_Click()
WebBrowser2.Navigate (Homepage.Text)
End Sub
Not very elegant but I cannot figure how to get access to do this on its own
when I change records.
Thanks for the help, Steve.
I would like to have the proper web site display inside the Web Browser
control on a form when I am navigating through records. The url is in a text
field with the table associated with the form. So far I have only been able
to get the web site to appear by visibly placing the url on the form in a
text and using a on click event as such:
Private Sub Homepage_Click()
WebBrowser2.Navigate (Homepage.Text)
End Sub
Not very elegant but I cannot figure how to get access to do this on its own
when I change records.
Thanks for the help, Steve.