Assuming that the user enters data which you want to summarize after each
entry is made, and the summary result appears in a textbox, the control used
for entry should REQUERY the control where the summary is displayed, using
the entry control's after_update event. You can use this for a running
total.