I was wondering if it is possible to use the Detect idle time method mentioned in the link below, but make it user specific. MS Link for Detect idle time code: http://support.microsoft.com/en-us/kb/128814
My database (Access 2010) currently records a Network usrname, would be possible to use something like
If usrname = X then IDLEMINUTES = 100
Else IDLEMINUTES = 20
End If
to make the idle time different per usrname?
Thanks in advance!