Solved Securing Access databases using Active Directory (64-bit)

foshizzle

Registered User.
Local time
Today, 10:27
Joined
Nov 27, 2013
Messages
277
We've recently started rolling out the 64-bit version of all Microsoft Office applications. The problem is, this broke the security which was originally from accesssecurityblog.com and no longer online. Luckily, I did a copy/paste for my documentation which is shown on the attached PDF.

I've found a post from Stack Overflow where someone had tried updating the code to 64-bit.
I believe I've managed to piece everything together but now I am receiving an error "Subscript out of range" when I try to open _frmNavigation
All code compiles with no errors.

I'm attaching a demo of my database below, hoping someone could point me in the right direction.
Thank you all!
 

Attachments

Last edited:
I believe I've managed to piece everything together but now I am receiving an error "Subscript out of range" when I try to open _frmNavigation
You code contains this comment multiple times:
Code:
'Protection if programmer forgot to call CacheSecurityGroups from startup code.
It appears the programmer has not only forgotten to call the mentioned method, but also disabled the "protection" against this mistake.
 

Users who are viewing this thread

Back
Top Bottom