disabling hyperlink warning from Access 2003
I have this subform that is bound to a table. In the table the
first field is a hyperlink field. When I click on it I get a
waning message "Hyperlinks can be harmful to your computer and
data. To protect your computer, click only those hyperlinks
from trusted sources. Do you want to continue?
I've tried docmd.setwarnings=false on the form and on the field's on click vent but they don't work.
I created the hyperlinks I know their safe, how do I turn this
off?
Shodan
Re: disabling hyperlink warning from Access 2003
Re: disabling hyperlink warning from Access 2003
My hyperlinks open .pdf files. I can't modify the registry of the client pc. I guess they're going to have to live with it.
Thanks...if anyone knows of another solutions please let me know.
Re: disabling hyperlink warning from Access 2003
It doesnt matter what file types your links point to open. This is the only fix for the issue. You could code around it by not using a hyperlink field and instead provide a "open" button where upon the click you ShellExecute the file for it to open in its default program.