M
Mr. Smiley
Hello. I have a command button on a form. Behind the button is code to
Application.FollowHyperlink stDocName
When the user presses the button, it is supposed to follow a hyperlink
created from the text in certain fields on the form to open a file in a
folder. A message box then pops up warning about the dangers of hyperlinks.
However, if the button is pressed and the hyperlink does not match a file, a
message box pops up saying Program Does Not Exist.
All of this works just fine EXCEPT that if the user clicks on the original
command button, then on the "Hyperlink Warning" message box clicks cancel, my
message box still pops up saying Program Does Not Exist. Does anyone know
how I can keep this from happening. Thank you
Application.FollowHyperlink stDocName
When the user presses the button, it is supposed to follow a hyperlink
created from the text in certain fields on the form to open a file in a
folder. A message box then pops up warning about the dangers of hyperlinks.
However, if the button is pressed and the hyperlink does not match a file, a
message box pops up saying Program Does Not Exist.
All of this works just fine EXCEPT that if the user clicks on the original
command button, then on the "Hyperlink Warning" message box clicks cancel, my
message box still pops up saying Program Does Not Exist. Does anyone know
how I can keep this from happening. Thank you