I am building a report based on retail sales data. The end user wants a report that shows 'negative' transaction by cashiers (ie: cancels, voids, no sales, etc) which each has a unique detail_type ID in the sales table. My question is, I cannot seem to get the counts to display. I nned a total count of each detail type. The SQL syntax would be someting similar to "Select Count (*) From PDETAIL Where DETAIL_TYPE = x" - how to I translate this into a report field? Thanks - Zack