Delete Subform record when row deleted in parent form
I have a Parent form with a subform (which is an actual form, not created from Blank).
The Parent form is "Parent Companies", while the subform is "Locations". Each parent company may have multiple locations.
If I delete a "Location" (row from subform) while editing a record in the parent form, the data still remains in the subform. I would like to also delete the data in the subform form. Is there a way to accomplish this?