I have a monthly management report which includes the names of the employee, # in the group they are responsible for and a MTD total of contacts they have made to their group. I want to include a YTD total in this report but the running sum function doesnt work and I have tried a DSUM but that gives me the same running total on each employee line for the entire group. I want a running total of contacts for each employee, so if in January the employee had 100 contacts and in February had 50 then my total should be 150 for that employee.. Any ideas?
My DSUM was: dsum("[Portfolio Contacts]","Relationship Mgt","datepart('m',[Date])<=" & [Month Number] & "")
I have a group on Month Number (since Access doesnt understand April 2012 is not first), and Employee Dept then a sort on Employee Last Name.. The running sum for the month works fine in the Month Number Footer where i have the total group summary.