I have 10 fields that represent individuals in car crashes. In each field, one of five possible answers might appear - A,B,C,K,N (Which represent injury code). I need to create a "total" field for each letter and by individual record - so for every crash number I need to know how many A injuries, B injuries etc. These total numbers are then used to determine total cost of each crash (that part I can do) I just cannot seem to get it to check each of the 10 fields for a specific injury and then give a total of that injury. Any help would be wonderful!