TheScullster said:
Not sure about the kicking out bit, but look for LDBView.exe. This
provides a list of current users for Access database.
LDBView.exe is really intended for Access 97 and earlier, although I believe
it does work on newer versions. See
http://support.microsoft.com/kb/176670
for details. Note, though, that unless you've applied Access User-Level
Security (so that it's necessary to log into Access to use the application),
all it will show is Admin for each user (it shows the Access UserID, not the
network one). It will show the computer name of the users though.
For Jet 4.0 (Access 2000, 2002 and 2003), you can use UserRoster. See
http://support.microsoft.com/kb/198755/EN-US/
AFAIK, UserRoster works in Access 2007 as well, but you'd need to specify a
different connection string if you're using an ACCDB.
UserRoster has the same limitation as LDBView.exe, though: it doesn't show
network ID, so it's often difficult to relate what's returned to specific
users.