I am try to create a query or report that will sum all the Canadian Postal Codes in the field [Home_Postal_Code] that start with a different letter. For example. I need to report that 278 postal codes start with a K. I would like to have all this information in one report. I can run a query using the postal code field with the criteria K* and when I run the query it returns all the postal codes and at the bottom of the query it reports how many records it returned. I cannot however add the same field to the query 10 times and change the criteria to P*, L*, M*. So I need an expression that will capture this information.