life036 Posted April 6, 2007 Posted April 6, 2007 Hello All, I've got a database that tracks volunteer information and a related table that tracks the hours the volunteers put in. Each record in the related table only tracks the Year, Month, and how many hours they put in for that month (no date fields involved, strictly text and number). I'm trying to get a summary of all the hours they put in every year, except it always calculates all of the years... How can I get a sum of just the hours from 2006? Any ideas would be much appreciated! Thanks, Chris
mr_vodka Posted April 6, 2007 Posted April 6, 2007 You can do a find for the year and then run a summary report grouped by VolunteerID.
Recommended Posts
This topic is 6502 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