Client Usage Tracking

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for code that will capture when a user loggs in and out of a
client at a supplied IP address. I would like to be able to do this from
Access (VBA). Any help would be greatly appreciated.
 
Jeffy said:
I am looking for code that will capture when a user loggs in and out of a
client at a supplied IP address. I would like to be able to do this from
Access (VBA). Any help would be greatly appreciated.

Just a thought

You would need something to run on the client logging the IP address,
username, time on etc, a second when logging off to get the log
outtime, this can be done via a loggin script using %computername% etc.

using >> 'Path'\loggin.txt and >> 'Path'\logout.txt

You can then import the txt files in access
 
Back
Top