I have three sub forms incorporated into one main form. I want to put a save button on one of the subforms that saves the data in that form plus saves it in the others as well. Then Make all three go to a new record.
The problem I am having is how to reference the DoCmd action for the other forms from the save button Sub on the last sub form
I have...
[Forms]![Master]![New2].[Form].DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
For New
[Forms]![Master]![New2].[Form].DoCmd.GoToRecord , , acNewRec
Any Ideas....
The problem I am having is how to reference the DoCmd action for the other forms from the save button Sub on the last sub form
I have...
[Forms]![Master]![New2].[Form].DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
For New
[Forms]![Master]![New2].[Form].DoCmd.GoToRecord , , acNewRec
Any Ideas....