MS Access 2003 SQL I have 100 records in one field and several different types of data within that field. I need a count on each individual type of data within that field. When I say type, I mean that the data differs not the data type. So I need to get a count of occurences of John, Nancy, Greg within this field. How would I do this with SQL?
Start Free Trial