Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with viewing a web page inside a form in access 2000

Status
Not open for further replies.

nufather

Programmer
Mar 18, 1999
29
US
Need help with viewing a web page inside a form in access 2000 - I have a web page for paging out techs when there is a trouble ticket. I wish to view this web page inside an access form.
 
There are a couple of way's to go<br>
<br>
in design view <br>
1. Click &quot;Insert menu&quot; then &quot;Active-X Control&quot;<br>
do you see &quot;Micosoft WEB Browser&quot; in the list<br>
OR<br>
Insert a Hyperlink to the page on your form.<br>
Click &quot;Insert menu&quot; then &quot;Hyperlink&quot;<br>
<br>

 
I do have Microsoft Web Browser and select it but what do I do from there? Thats what I cant figure out when I view the page its only a white area and I dont understand where and what I need to set as the properties?<br>
thanx for your help DougP
 
It's probably a little late for an answer to your question but I just started using tek-tips. Anyway.....<br>the function you want to use is: navigate. <br>Lets assume you browser control is called &quot;ActiveXCtl1&quot;; the code you would add to the proper event (button click or form open...) is:<br><br>Me!ActiveXCtl1.navigate &quot;<A HREF=" TARGET="_new"> <br><br>The navigate function wants a string as an argument, so the actual webaddress could be in a text field of database field.&nbsp;&nbsp;&nbsp;<br><br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top