I have a form which contains 5 different calculated fields. If I make a change to a field which effects any of these calculated fields my sum total field doesn't update. I can force the recalculation of all calculated fields and including the sum total field with a command button on the form with an onclick event of Me.recalc.
How can I make the entire form and all calculated fields update any time a change is made with the data entry?