How to banish those hyperlink warnings

R

rupertsland

Hi.

I have a datasheet form that displays a list of reports. In one column, I've
made provision to store hyperlink addresses to PDF version of each report
list. The hyperlink field in underlying table is set to the hyperlink data
type. The field in the datasheet has the hyperlink property turned on.

When I click on the link, I always get a warning message about opening
hyperlinks. Then the file opens in Acrobat Reader, as it should.

How do I banish those pernicious hyperlink warnings for good? This database
will be submitted to a client, and the client does not want to see these
warnings.

Any suggestions?

Thanks,
Dirk
Winnipeg, Canada
 
K

Klatuu

You have to set Macro Security to Low (Tools, Macro, Security)
High prevents any hyperlinks
Medium gives a waning
Low lets them pass

Be aware, however, that if the mdb is on a network, the network security
settings override this and the message may still appear.
 
Top