I am using Access 2007 and using this code to link a command button to a website.
Private Sub QRC_Click()
strUrl = "https://some.website.com/*********/some?process=QRC"
Call Shell("explorer.exe " & strUrl, vbMaximizedFocus)
End Sub
It works on every website except one. I think it has...