I have a form that has a subform on it and the subform opens with the click of a button on the form. If this button is clicked inadvertantly or in error I have another button to return the focus to the main form and go on with the data entry. When I save the record it saves a blank record in the table linked to the subform. Is there a way to avoid this? I would like the button to return focus to the main form without saving the blank record of the subform. Thanks.