Updating total field on master form with sum of values on sub form (1 Viewer)

nonlinearly

Registered User.
Local time
Yesterday, 23:12
Joined
Jun 13, 2012
Messages
21
I get it. I think.
...
...
2. If you do insist, then you have to have an event to update the value. It could be in the AfterUpdate of the Subform, where you could set the value of the control in the parent form to the sum on your subform.


No... people don't do that...
If the parent form is a bound form (as in our case) then if you press the escape key then the changes in the bound field of the parent's form will return to the previous value!!!
You must use after this: Me.Dirty=False
 
Last edited:

Users who are viewing this thread

Top Bottom