I would suggest you check out the results retruned by sp_who and sp_who2
In a passthru query from Access, you SQL property would look something like this ...
EXEC sp_who
or ...
EXEC sp_who2
You can then use the PT query objects as sources to other query objects and thus filter the results as you need to. Also, you can then use those results in graphs and such.