I currently have a form that is supposed to write new records into a single table. I have some validation set up so that if you click the 'ADD' button, you get a msgbox that notifies you if any information is missing. but if the user enters a few pieces of information into the form and then either exits using the 'EXIT' button or the 'X' at the top of the screen, the partial information is written into the table. Again I am using my Access book to find this information, but it lacks this type of information.