calling a cgi script

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have recently upgraded to Access2003 from Access2000. I used to have a
button in a form that when clicked would run a macro that did several things
including an action "RunCode" that ran "SubmitUC()" (see below) Now when I
run this macro, all other steps work fine, but when it gets to this last
step, Access crashes and closes everytime! Any ideas what my problem could
be??

Private Sub cmdUserChange()
FollowHyperlink "https://www.blahblah.com/scripts/UserAuthentication.cgi"
End Sub

Function SubmitUC()
cmdUserChange
End Function

Thanks for any help!
Susan
 
One more difference I should note...the old one went to "http" not
"https"...could it be that it can't go to a secure server?? If so, is there
any way around it?
 
Back
Top