Web Browser and Form Problems

jeff1804

New member
Local time
Today, 11:39
Joined
Dec 9, 2005
Messages
7
Below is the code I'm using to try and view the microsoft page in my Access Form, but its not working for me.

I searched for the name of the Web Browser by inserting it into Excel and reading the name from the Excel NameBox. Is the another way of confirming the name of the Web Browser?

Private Sub Form_Load()
Me!WebBrowser1.Navigate "http://www.microsoft.com"
End Sub

If I have the correct name of the Web Browser does anyone have any ideas how I can troubleshoot this problem?

Currently, I use two browsers (Avant and IE)

Thxs
 
If you use a dot instead of a bang after Me then intellisense will show you all of the possible controls.
 
RuralGuy .. don't you think the above written code should work?
 
Yes, if WebBrowser1 is the name of your control and you have an internet connection.
 

Users who are viewing this thread

Back
Top Bottom