How to Show Totaling Values on Form

Access_Headaches

Registered User.
Local time
Today, 04:45
Joined
Jun 17, 2010
Messages
28
Heres What I'm trying to do:




Team 1

Team 2

Team 3
I______________I I_________________I
Data Entry (yes/No) Show Totals from past Entry


I just don't know how to show the totals in the second area and have them update as new entry's are added. This would be on the form. Please let me know if you need more info.
accesspic.png
accesspic.png
 
One way would be using the "Lost Focus" event to "force" a recalculation when the control is exited. This may be the easiest approach. Another alternative would be the "On Click" event for each textbox to "force" a recalculation. The "On Change" event could also be used, but may require more coding.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom