April 16, 201114 yr I've created a simple database to inventory our home belongings for our move. The fields are Item, Description, and Value. I'd like to create a calculated field for the "Total Value", adding together the individual values of all the records. How do I do that?
April 18, 201114 yr Author Create a summary field that equals Total of Value. I created a calculation: Sum ( Value ) , but it only shows the total value for a selected individual record, not the total value of all the records.
April 19, 201114 yr Author Create a *summary* field, not a calculation field. Thank you . . . it works!
Create an account or sign in to comment