hyperlink warning

R

rml

I have a form with some text that is a hyperlink to another database. It
works fine but I get prompted about hyperlinks my be harmfull, etc....

How can I get rid of or now have this show?

Thanks.
 
M

Maurice

As far as I know you can't get rid of the message. I also believe that it's
there for a reason. Although frustrating it's just clicking yes and proceding
with the next step. It keeps the users aware of what they are doing.
 
B

bsmith59

I have a form with some text that is a hyperlink to another database. It
works fine but I get prompted about hyperlinks my be harmfull, etc....

How can I get rid of or now have this show?

Thanks.

You could try using the shell command to open the database (or any
other file for that matter). It won't prompt you with an error
message. Check out Dev Ashish's site: http://www.mvps.org/access and
look in the API section for the Shell Command code.

Cheers,
Brandon Smith-Daigle
http://accesspro.blogspot.com
 
Top