I have 4 tables for surveys and have created individual reports for the surveys. Now I was asked to created one report by pulling several questions from each of the tables. I now need to get the total number of surveys from each table for each month. I have the total number of surveys working correctly on my individual reports but not on this one report with just a few questions. I used the =Count(*) for my individual reports but when I use the Count(*) in my report with just a few questions, it is calcuating how many questions for the month (which is 1) - not giving me the total number of surveys that were actually completed which should be 30. Thanks for any help!