Is there anything I can do to my application, which of course contains VBA
code, to run while enabling the users to keep the macro security level set
to Medium?
Thanks in advance,
Paul
Not true. If users keep their security level at Medium they will be
prompted to allow the app to run, and if saying yes it will run as
normal.
You can also digitally sign the app and avoid this issue. That's an
advanced topic.
Or you can upgrade to A2007 (remember: it has a free runtime) and work
with Trusted Locations.
-Tom.
Microsoft Access MVP
Of course you're right - I should have said that in order for the
application to run without requiring the user to click Yes at a security
prompt, they have to set their Macro security level to Low.
I don't want to present them with that prompt every they open the
application, and upgrading our organization to A2007 is not a minor
undertaking. It also seems that getting digital signatures is costly, so I
guess I'll just have the users set their Macro Security to Low.
Thanks for the information.
Paul
"Tom van Stiphout" <tom7744...@cox.net> wrote in message
news:79em25hmv6c0ftki3...@4ax.com...
On digital signatures: they are not costly if you use selfcert.exe.
For in-house applications that may be appropriate. The cost will be in
your ramp-up time figuring out how to do it. I am not aware of a good
step-by-step for signing applications, but you may want to google (or
bing) for it.
-Tom.
Microsoft Access MVP
>On digital signatures: they are not costly if you use selfcert.exe.
>For in-house applications that may be appropriate. The cost will be in
>your ramp-up time figuring out how to do it. I am not aware of a good
>step-by-step for signing applications, but you may want to google (or
>bing) for it.
Hey Tom,
On a slight tangent - have you had any experience with the act of
programmatically changing a querydef causing the cert to break?
We haven't used certs in our shop so I haven't had a chance to try it,
but at one point I heard from someone on the Access team that since
modifying SQL in a query could make it "unsafe", it broke the cert. We
do that all the time in our apps (especially those with passthrough
queries) so I was much less inclined to bother with certs. But I've
always been curious if that was true.
Armen Stein
Microsoft Access MVP
www.JStreetTech.com
It's been many years ago that I tried this the last time. We don't
actually rewrite the sql statement of a querydef all that often. Since
you apparently do, can you answer your own question :-)
-Tom.
Microsoft Access MVP
Paul
>Since
>you apparently do, can you answer your own question :-)
Sure, I can when I find the time. I was hoping someone had already
tried it. :)
"rexgolden" <rex.e....@gmail.com> wrote in message
news:Oma$cECJKH...@TK2MSFTNGP04.phx.gbl...
For a public-facing application, OTOH, self-signed certificate wouldn't
be appropriate.