RunCode Problem

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)

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

Function SubmitUC()
cmdUserChange
End Function

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?? The only difference in the code itself is it used to be "http" instead
of "https".

Thanks for any help!
Susan
 

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