G Guest Jan 22, 2004 #1 How do I get a total of the Duration column when using Calendar and using View by catagories?
S Sue Mosher [MVP] Jan 24, 2004 #2 You could write code that uses the Restrict or Find method to get all the items in a particular category, then build a running total from the Duration value in each item.
You could write code that uses the Restrict or Find method to get all the items in a particular category, then build a running total from the Duration value in each item.