I have a master form with 4 subforms. The subforms all contain editable controls. When a user updates a control, an audit trail sub is activated which records the change, the user, etc. This audit trail sub is actived "before update" on each subform.
What I'd like to do is delay the update of the subforms until the user specifies. This means, allow an edit of the controls and a switching between subforms without updating the record. Then, once all editing has been performed, have the user select a "update" button that will update all records and perform the audit trail on each subform.
Any thougts would be greatly appreciated.
What I'd like to do is delay the update of the subforms until the user specifies. This means, allow an edit of the controls and a switching between subforms without updating the record. Then, once all editing has been performed, have the user select a "update" button that will update all records and perform the audit trail on each subform.
Any thougts would be greatly appreciated.
Comment