Hello, I am having a problem, I have a form with two subforms inside of it, I would like to make one "add" and one "delete" button that works for all three forms. Any help would be greatly appreciated.
If you have DeleteOnCascade on, just deleting the record from the main form will delete the records from the subforms.
As for the Add button, adding a record in the main form will automaticaly enable you to add a new record in the subform.