I have a patient registry database in which I am developing EBC Score Reports. They are basically based on percentages. I have a patient table and a providers table. I have created a query PatientCountByProvider that shows me how many patients each provider has. What I want is to create a query that take certain percentages. For example. I have a Condition Met query that shows me all of the patients that meet a certain criteria. What I want to know is how many patients of each provider's total are on it. SO say Provider 1 has 100 patients which I found from my patientcount query.. and has 20 patients on the condition query, how do I create a query that gives me that 20/100 so show the percentage. Any help would be GREATLY appreciated. I'm losr in the water here... Thanks