Hi,
I am running a totals report from a couple different tables. Most of my data is numeric, which is easy to total, but one of the totals I need is text. The text is called Sight Action, which for each entry the users would make, they would choose from a list that includes Sight Action amongst other choices. I need to be able to total up how may times in a month, the option Sight Action had been chosen. The table is called tblCallType, with Radio Call, Sight Action, Assist, and N/A as option. When the user enters a record, they have to pick one of these options. The only one I need to report on is Sight Action, but I cant figure out how to total that in a query. For example, if the user enters 100 records for the month of February, and 25 of those records were marked with Sight Action, I need 25 to show on the report. I tried the Count function, but it returns a number that isnt the total and I cant figure out what it could be totaling. Any help would be greatly appreciated.