Verify users Access 2007 login with Active Directory

D

DarS

I have an Access 2007 database with no login required. I would like to
create a login that would verify that the name and password are the same as
the network login. Any suggestions are much appreciated.
 
S

Stefan Hoffmann

hi Dar,
I have an Access 2007 database with no login required. I would like to
create a login that would verify that the name and password are the same as
the network login. Any suggestions are much appreciated.
If you really need this level of security, you should use a SQL Server
2008 (Express) backend, which provides this functionality.

All other solutions I have seen so far, can be bypassed.


mfG
--> stefan <--
 
Top