Hi
I am trying to figure out the way how i can control main form with sub form save and fields change event.
What i am trying to do is,
1. I want one button on main form (frmGeneralDataEntry) to save any changes made on sub form (frmTransactionsSub) which is part of main form as well as sub form.
2. Sub form do not record any changes until i click save button on main form.
3. If main form forcefully or accidentally close in abnormal way then what ever changes have been made for main form as well as sub form should not be recorded.
or i can create two save buttons one on main form and another on sub form and control sub form save button from main form save button?
I am trying to figure out the way how i can control main form with sub form save and fields change event.
What i am trying to do is,
1. I want one button on main form (frmGeneralDataEntry) to save any changes made on sub form (frmTransactionsSub) which is part of main form as well as sub form.
2. Sub form do not record any changes until i click save button on main form.
3. If main form forcefully or accidentally close in abnormal way then what ever changes have been made for main form as well as sub form should not be recorded.
or i can create two save buttons one on main form and another on sub form and control sub form save button from main form save button?