chasm24 Posted September 23, 2005 Posted September 23, 2005 hey everybody, I want to create a field that adds together all the numbers in a certain field of all RELATED records in another table. basically, it's a list of related tasks, all of which take a certain number of minutes and i want to know, cumulatively, how many minutes total this person's taks are taking. how do i do this?
-Queue- Posted September 23, 2005 Posted September 23, 2005 In the main table, create a calculation field of Sum(relationship::field).
Recommended Posts
This topic is 7099 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