Newbies jetb2 Posted November 7, 2000 Newbies Posted November 7, 2000 Using version 4.0 I have a database with a drop down list of co-workers and another column of duration of time that it took a co-worker to complete the job. Question: How do I create another list with each co-worker shown and tally the total time of all the jobs they completed. (you think its hard to describe....) Thank you for any suggestions!
Vaughan Posted November 7, 2000 Posted November 7, 2000 I'll assume this is a single database file: create a calculation field and use the... well I can think of two functions that might work. The Sum[timefield] function might add up the time for the whole current found set, which won't do (but try it anyway). Instead make it into a summary field, sum of Timefield and see how that works.
Recommended Posts
This topic is 9005 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