hyperlink warning

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi,

I have a link in DB to adp - yourPage.htm

When I click on it, before it opens I get access massage:

Opening "yourPage.htm"
hyperlinks can be harmfult o your computer and data.....etc
Do you want to continue?

Is there a way to eliminate that through code? what is the syntax and where
do I put it.

Thank you for the help,

Tom
 
Change security parameters on your IExplorer, go to low level o similar

--
Saludos desde Oviedo (Asturias)

Juan Menéndez
Mastercafe S.L.
www.mastercafe.com
(e-mail address removed)

Si la información recibido te ha servido indicalo con otro post.
En caso de resolverlo por otros medios, indica la solución usada
ayudaras a otros y aprenderemos todos.
 
no it isn't the only way, if you set the warnings to flase then it works much
better.

docmd.setwarnings = false
your statement
docmd.setwarnings = true
 
Thank yourhann for your response,
I tried to do that, and id didnt work. I couldnt find wherte to put is since
its a link

Thanks,
Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top