Hi, I would like to make a query, which counts fields contanining a specific field. I have a table: ID;Person;state;city (value of the city can only be city1, city2 and city3) As a result I would like to have a report,which tells, - how much persons are the total in the each state - how much person are the in ecah state where the value of the citiy is city1 - how much person are the in ecah state where the value of the citiy is city2 Thank you