I beleive the limit is 255 (I could be wrong). IMHO you should consider upsizing to SQL if more than 50 users are trying to connect. Although other access DBA's have sucessfully had more users that this, there are performance issues that need to be looked at overall.
To Kill a connection? The user closing the DB should be enough.. (check the LDB)
If you want to manage this remotely (i.e. close a user remotely) then you'd need to create a custom admin module.
e.g. Table with the username and a closedown flag.
Set the flag to 1 to close it down for that user.
Have a form that on a timer checks this table and invokes docmd.quit if that user has the flag set...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.