I have an MS Access database (2010) to which multiple users are connecting by using third party applications. Users are already requested to close applications using the database, but most of the users forgets. There is an overnight job runs every day that updates the database. As the database is busy, the update fails. Can someone help me with VBA script that checks if any users are connected and disconnect if there are any?
Regards