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
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