Authenticating Against Active Directory?

D

Dan

Hi,

Is there a way I have a user authenticate against Active Directory to
gain access (no pun intended) to my MS Access application? If so,
please post vba code showing how.

TIA,
Dan
 
A

Alex Dybenko

no, these are different things
what you can do is to get user OS login, and then use in your own code in
access to determine user rights
 
Top