I have a feild on one of my tables that lists all of the different "AFSC's" for the personnel I track. I need to count the number of times each AFSC appers in that appears in the field. I have asked google and been through several pages here and can't quite wrap my head around it. This is the closet I have come to the solution: =Count(IIf([AFSC]="3D1X1",1)). All I get in the datasheet veiw is "CountOfAFSC". Can anyone help?