We have application built on MSAccess 2007. We want to add a new user login concept for this application.
I want to Authenticate user using Active Directory/Windows authentication.I want create a log file for this user. (like we do for .net applications using forms authentication)
How do I do that on MS Access 2007.
Furthermore this application runs 24 hours, it will not be shutdown. There can be multiple users using this application.
As I said this application is used 24/7, There are multiple shifts running and different users login and logout.
During the user login and logout session, we need to keep track of the log for a particular user.
This application uses SQL server 2005 as database server.
Your advise is a great help for me, to develop this kind of module on MS Access 2007
Since the user has to log on to the pc, then you can simply grab their logon by using the code from http://www.mvps.org/access/api/api0008.htm:
And, the following is a vbs script, but it should work in Access just fine also:
Displays Group Membership and Active Directory Location