Hi, i am just wondering if ther is any way to be able to disable the close of a form. I have diabled the X (close) button and control box, but if you press CTRL - W, the form still closes. The cituation that i am in is a log in screen, so it needs to be secure. One way i approached the problem was to DoCmd.quit when the form_close function is called, but that has problems as when you open the main menu and close the log in screen, DoCmd.quit is called and the program exits, any help would be much appreciated