R
Ray
I am trying to have a button open a custom help file. I have simply set a
hyperlink to the file. I have used the code
Private Sub Command124_Click()
DoCmd.SetWarnings False
FollowHyperlink "c:\member management 4\mm4help.chm"
End Sub
But I still get the message to the effect "opening some files can be harmful
to your computer. Do you want to continue"
How do I shut this message off?
Thanks for your help.
hyperlink to the file. I have used the code
Private Sub Command124_Click()
DoCmd.SetWarnings False
FollowHyperlink "c:\member management 4\mm4help.chm"
End Sub
But I still get the message to the effect "opening some files can be harmful
to your computer. Do you want to continue"
How do I shut this message off?
Thanks for your help.