I have a Parent table and a child table w/ a one-many relationship. I am using a main form (for parent record data) with a subform (for child record data) for entering data. How do I require that at least one child record is entered on the subform? I've set the child record fields to required, but unless a user clicks on the subform's new record indicator, the parent record is inserted into the parent table without any requirement notification for the child record data.