Application.FollowHyperlink not working on all Urls

B

bobdydd

Hi

In Access 2007 Windows 8

I am running the following code which has worked fine for
the previous 3 years on a number of urls.

Private Sub CmdWeb_Click()
Me.txtSupplierProductPartNo.SetFocus
DoCmd.RunCommand acCmdCopy
Application.FollowHyperlink txtUrl
End Sub

I the last couple of weeks one of the urls has ceased to
work has has the message
Error 8 "Cannot download the information you requested"

It is just one url but it is important.
I have tried it with IE10 and Firefox 18 default but no joy

I am sure it worked ok after the Win7 to Win8
change over.

So I am a bit stumped. Any help would be appreciated
 

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

Top