jasonwood Posted July 31, 2002 Posted July 31, 2002 How do you calculate the sum of all repetitions of a repeating field? Yes I know repeating fields are a bad way to go... I'm just trying to make a simple modification to an existing database which happens to use repeating fields. Thanks!
trevorg Posted July 31, 2002 Posted July 31, 2002 Just use the Sum command. Sum(RepeatingField) This will add all the repetitions. (Make sure they are all numeric)
Recommended Posts
This topic is 8222 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now