S
Susan
I have been running the following code from a form in
Access 2000 to update a file on our website for a year
now. Yesterday I downloaded and installed the new
Security Update for IE6 SP1 (KB824145) and today my code
doesn't work anymore...I get an "Error Page cannot be
found" when IE opens. It still works fine from machines
that I have not yet installed this update. My question
is can I "UNINSTALL" this update somehow, or is there a
workaround to allow this code to continue to work??
Private Sub cmdSubmitRequestToWeb()
Dim strLinkPath As String
Dim strExtraInfo As String
strLinkPath
= "http://user:[email protected]/admin/scripts/newadduse
r.cgi"
strExtraInfo = Me!txtCgi
MsgBox strLinkPath & strExtraInfo
Application.FollowHyperlink Address:=strLinkPath,
extrainfo:=strExtraInfo, NewWindow:=True
End Sub
Thanks for any help!
Access 2000 to update a file on our website for a year
now. Yesterday I downloaded and installed the new
Security Update for IE6 SP1 (KB824145) and today my code
doesn't work anymore...I get an "Error Page cannot be
found" when IE opens. It still works fine from machines
that I have not yet installed this update. My question
is can I "UNINSTALL" this update somehow, or is there a
workaround to allow this code to continue to work??
Private Sub cmdSubmitRequestToWeb()
Dim strLinkPath As String
Dim strExtraInfo As String
strLinkPath
= "http://user:[email protected]/admin/scripts/newadduse
r.cgi"
strExtraInfo = Me!txtCgi
MsgBox strLinkPath & strExtraInfo
Application.FollowHyperlink Address:=strLinkPath,
extrainfo:=strExtraInfo, NewWindow:=True
End Sub
Thanks for any help!