I have a form with 3 subforms. One is for data entry and the other two are continuous forms displaying queried data. On my data entry form when a new record is created and data is being entered, if the user clicks on one of the sub forms by accident or whatever, it saves the record. This is causing data issues for me. I have a save button that does error checking but it doesn't do the error checking if the subform is clicked. I've tried putting some error checking in the Before Update field like "If me.field isnull then cancel -1". I've also tried moving the code from my save button to the Before Update on the form, no luck. I know of a few other things to try but what is the BEST way to handle this problem?