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 "Insert menu" then "Active-X Control"<br>
do you see "Micosoft WEB Browser" in the list<br>
OR<br>
Insert a Hyperlink to the page on your form.<br>
Click "Insert menu" then "Hyperlink"<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 "ActiveXCtl1"; the code you would add to the proper event (button click or form open...) is:<br><br>Me!ActiveXCtl1.navigate "<A HREF="
<br><br>The navigate function wants a string as an argument, so the actual webaddress could be in a text field of database field. <br><br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.