G
Guest
I have a textbox field Units that is displayed along with a description. I
have a unbound textbox in the footer with a control source of =Sum([Units]).
The sum is calculated correctly however it will only update when moving
between records in the continuous form. I tried to use a DoCmd.Save on in the
AfterUpdate subroutine with no change in behavior. How can I make the total
units textbox update after an individual unit textbox has updated? Thank you.
have a unbound textbox in the footer with a control source of =Sum([Units]).
The sum is calculated correctly however it will only update when moving
between records in the continuous form. I tried to use a DoCmd.Save on in the
AfterUpdate subroutine with no change in behavior. How can I make the total
units textbox update after an individual unit textbox has updated? Thank you.