A bound main Form has some Subforms, which allow users to choose data that is then entered for them in the relevant field(s) in the main Form.
However, when the focus shifts to the subform, or back to the main form, the main Form's Before and After Update events fire. This is a problem, as the BeforeUpdate has validation code to check that required fields have been entered. At this point, users are still 'selecting' data from the subforms to enter into the main Form's record, so it's too early to try to validate it.
Is there any way to prevent the main Form from trying to Save?