Do you need to see who's logged in NOW?
or do you need to check who logged in during a particular time frame last
week etc?
I've just implemented a "SessionLog" on my database application, which using
VB code, runs an append query adding the username of the person currently
logged in, into a table, with a few extra details include date and time.
To see who is logged in now, maybe you could add their usernames into this
table when they open the system, and remove them as they are exiting....?
Then you would just need to look at the table to see who's in the table list
- There would always be at least one record in their, one for you.
Hope this helps, let me know either way.
Dan Walters