User account logs

I’m trying to track when a user logs into our network and have that data simultaneously export to an mdb file so that I can track attendants in my data base in real time. The problem is, I don’t know how to do this. Some help please?
 
So you got me thinking when you asked this question. The only thing I can think of is to pass some type of login script down from group policy. The problem is you would have to script something to read the log file then convert to csv, then convert from csv to mdb file. I did something kind of similar once where I had to turn a text file into a html table for viewing. This is going to require some command line/powershell kung fu.
 
Back