Opening HTML Page from MS Access

  • Thread starter Thread starter ACG via AccessMonster.com
  • Start date Start date
A

ACG via AccessMonster.com

I am using MS Access 97 and am trying to open an HTML
page (or internet / intranet page) from a module that is
running. I can get it to work by putting a hyperlink on
the form and allowing the user to 'click' on the link,
but what I really want is for the code to just start up
Internet Explorer and open the page. I have done the
same type of thing with word and excel using the Shell
command but can't get this to work and open the url I
want.

Thanks and any help would be appriciated.
 
ACG said:
I am using MS Access 97 and am trying to open an HTML
page (or internet / intranet page) from a module that is
running. I can get it to work by putting a hyperlink on
the form and allowing the user to 'click' on the link,
but what I really want is for the code to just start up
Internet Explorer and open the page. I have done the
same type of thing with word and excel using the Shell
command but can't get this to work and open the url I
want.

Thanks and any help would be appriciated.

Application.FollowHyperlink "Your URL"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top