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

foshizzle

Registered User.
Local time
Today, 00:32
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

  • Securing Access Databases using Active Directory.pdf
    179 KB · Views: 191
  • SECURITY.accdb
    928 KB · Views: 101
Last edited:

sonic8

AWF VIP
Local time
Today, 06:32
Joined
Oct 27, 2015
Messages
998
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.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 12:32
Joined
May 7, 2009
Messages
19,245
try and test.
 

Attachments

  • SECURITY.accdb
    928 KB · Views: 100

Users who are viewing this thread

Top Bottom