I'm not sure how to approach how to create a report that provides total counts and percentages of a group of records for 1 person. Example: A record has an "employee id", and an identifier for the "quality of referral" for a particular loan. So I need to create a report that lists by "Employee ID", the number of "Good Referrals" or "Bad Referrals" then "Total Referrals" then "Percentages" of each. I am using a detail table that contains all the information I need. At first I thought it would be simple, but I'm struggling. I'd appreciate any help! Thanks!