calling a cgi script

S

Susan

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
 
S

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?
 

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