I have a form with 3 sub-forms from which the user selects informatin to be inserted to the main form.
My problem is that everytime, focus is transferred to any of the sub-forms, data is automatically saved to the table (this is a bound form). I only want the data to be saved when the user clicks the SAVE button.
My problem is that everytime, focus is transferred to any of the sub-forms, data is automatically saved to the table (this is a bound form). I only want the data to be saved when the user clicks the SAVE button.