Question : Digitally signing Access 2003 MDE:breaking certificate with internal modifications of queries?

I am looking into digitally signing an Access application to allow me to set the Macro Security setting to 'High" and allow me to deploy it as an MDE.

It occurred to me that there may be problems if certain internal Access objects (queries,properties,etc.) are modified at runtime by VBA code.

My question is this: If I dynamically change a saved query at runtime, either by supplying a parameter, or by changing the SQL string, will this throw a security error or violate the digital signature?

In other words, does the digital signature only apply to the compiled VBA, which shouldn't change, or does it apply to all objects within the MDE?

Answer : Digitally signing Access 2003 MDE:breaking certificate with internal modifications of queries?

Let me clarify.  Your VBA code in an mde is safe, so are forms and reports.  But queries and table structures can be changed in an mde, even if it is digitally signed.
Random Solutions  
 
programming4us programming4us