I have a form with 2 tabs in it, each consisting with a different subform.
I want to check before clicking on the other tab, if any changes were made in the current tab.
The only way it prompts the BeforeUpdate Event is when I exit the form completely or change the parent record.
Is there code or function (like if modified) to check if the current tab / record was modified?
I want to check before clicking on the other tab, if any changes were made in the current tab.
The only way it prompts the BeforeUpdate Event is when I exit the form completely or change the parent record.
Is there code or function (like if modified) to check if the current tab / record was modified?