Sum of data presented in a form

ScottBeatty

Registered User.
Local time
Today, 02:40
Joined
May 31, 2013
Messages
65
Is there a code to sum the data in a table and present in a form in a text box or some other visual that will stay the same even when navigating through other records?
 
Eh, scratch that. I'll most likely just have to use a query, correct?
 
Use the following ControlSource in a textbox in the footer of the form:

=Sum(fieldname)
 

Users who are viewing this thread

Back
Top Bottom