I need to create a report that displays the totals for four separate fields. I need to total each unique instance of the field and I need to total the field in it's entirety. For example, I have a field called "Brand" that indicated which realtor/brand is being used. I have five realtors that can be selected from the form, Coldwell Banker, Century 21, ERA, NRT and Cendant. In the report I need to total each brand, (i.e., how many Coldwell Banker, how many Century 21, etc.) and then I need to total all brands in a grand total. I have to do this for four different fields and I need to do it so the person creating the reports each week can select which dates they want to report on. My question is this, how do I get all of these totals displayed on one report while still asking the user to enter the date range? I also would like to display the date range on the top. To do this so far, I have about twenty or so queries but I'm sure there's a more efficient way around this.