I have a text box in a form that I want to force the database user to change. I have put a default value in the box (Clock No.), and in the "on close" event I want to put an IF loop in so that when you click on the cross in the top right corner it checks if the text box still says "Clock No.". if it does I want a message such as "Enter Clock Number" to come up, and the form not to close. This way the user cannot add an entry that doesn't have a clock number. Is this possible without putting in a custom made button (which I am reluctant to do in case people choose not to use it).