add and delete buttons for a form with sub forms!!!!

chavezduq

New member
Local time
Today, 10:36
Joined
Jun 19, 2007
Messages
1
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.

Thanks
 
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.
 

Users who are viewing this thread

Back
Top Bottom