I have an Access database that is on a shared drive that multiple users maybe logged into. I need an event that will auto close access at 9:00 pm each night. From what I understand I need to have a hidden form that will constantly check the time against 9:00 pm and when it reaches 9:00 pm then Application.Close... Can someone help me write the code for this I have the concept but just can't figure out how to translate it into code...any help is greatly appreciated.