NauticalGent
CopyPaster of the First Order
- Local time
- Today, 10:37
- Joined
- Apr 27, 2015
- Messages
- 4,890
Good afternoon esteemed AWF members!
Below is a screen shot of a table in a DB I am working with. What I would like to do is dertermin how long a given member was logged into the Application.
I've tried a few queries but I THINK the best way to do this would be something to the effect of using a Recordset that sorts on UserName and then Timestamp, finds the first Logon, marks the time and then finds the next Logoff after that time. A RBAR Sub. Any ideas?
Below is a screen shot of a table in a DB I am working with. What I would like to do is dertermin how long a given member was logged into the Application.
I've tried a few queries but I THINK the best way to do this would be something to the effect of using a Recordset that sorts on UserName and then Timestamp, finds the first Logon, marks the time and then finds the next Logoff after that time. A RBAR Sub. Any ideas?