Hi there,
I have a DB with 90,000 records and I want to count the number of distinct postcodes (fieldname=post code) and then group them by area(fieldname= Spare2).
The ideal output would be two columns, one column with area(Spare2), and the other column a count of the unique postcodes for that area.
Any help would be appreciated, as I can get a list of distinct postcodes (around 7,500), but can't work out how to then group them by area, and display them.
Many thanks, and Happy Christmas by the way!
I have a DB with 90,000 records and I want to count the number of distinct postcodes (fieldname=post code) and then group them by area(fieldname= Spare2).
The ideal output would be two columns, one column with area(Spare2), and the other column a count of the unique postcodes for that area.
Any help would be appreciated, as I can get a list of distinct postcodes (around 7,500), but can't work out how to then group them by area, and display them.
Many thanks, and Happy Christmas by the way!
Comment