As the forum has apparently gone into hibernation recently, I've got two questions that I will post and hopefully wake things up again...
As part of my work on making Access apps as secure as possible, I already have code to detect the state of various properties and where these have been changed, the application quits automatically. For example I check:
a) whether the shift bypass has been re-enabled
b) whether the ACCDE/ACCDB encryption password has been removed
Both of those work perfectly.
However, I would also like to run code to check whether the password has been altered externally.
Does anyone have such code or can suggest how it could be done.
Thanks in advance
As part of my work on making Access apps as secure as possible, I already have code to detect the state of various properties and where these have been changed, the application quits automatically. For example I check:
a) whether the shift bypass has been re-enabled
b) whether the ACCDE/ACCDB encryption password has been removed
Both of those work perfectly.
However, I would also like to run code to check whether the password has been altered externally.
Does anyone have such code or can suggest how it could be done.
Thanks in advance
Comment