I have a multi-tabbed Data Entry Form in one of my databases.
Is there a way to commit/save all data changes on the event of switching from one tab to another?
I have some tabs that are dependent on certain check boxes being selected on other tabs, and if users select the check box, it doesn't enable the fields on the other tabs right away (unless they switch records which then triggers the update to be written, and then come back into it).
I could use the After Update Event on each particular check box field, but would prefer if there was just a way to "force" save/commit all changes upon the movement from one tab to another.
Thanks