I have a traditional Main-Form sub-Form.
On the Main-Form I have enabled the mouse wheel for scrolling and of course there's the traditional navigation buttons as well as a combobox. All normal ways of moving between records.
However, this time if any data has changed (deleted, added, updated, etc.) on the sub-form I do not want the user to be able to navigate away or to another record without confirmation via a msg box.
So I have two questions.
1) How do I let the parent know the data has somehow changed?
2) How might I prevent the user from navigating to another record?
Any help would be greatly appreciated.
Thank you,
On the Main-Form I have enabled the mouse wheel for scrolling and of course there's the traditional navigation buttons as well as a combobox. All normal ways of moving between records.
However, this time if any data has changed (deleted, added, updated, etc.) on the sub-form I do not want the user to be able to navigate away or to another record without confirmation via a msg box.
So I have two questions.
1) How do I let the parent know the data has somehow changed?
2) How might I prevent the user from navigating to another record?
Any help would be greatly appreciated.
Thank you,