Microsoft Web Browser used in MS Access Form
I'm trying to view the yahoo page in a ms access form. I've written the following code to view yahoo when the form is loaded using the Microsoft Web Browser (activeX) control, however, the yahoo page isn't showing. Does anyone now what is causing this problem and how I can fix it?
Public Sub Form_Load()
Me!WebBrowser1.Navigate "http://www.yahoo.com"
End Sub
Thx
|