G
Guest
I am trying to display a web page in a form. The URL data must come from
another field in the form.
I can understand the following method:
Private Sub Form_Load()
Me!Browser1.Navigate "www.routeone-design.com"
End Sub
But how do I get the browser to display the URL from another field in the
form?
Help appreciated
David
another field in the form.
I can understand the following method:
Private Sub Form_Load()
Me!Browser1.Navigate "www.routeone-design.com"
End Sub
But how do I get the browser to display the URL from another field in the
form?
Help appreciated
David