I am trying to group ages of victims of crime. One group is 15 and under, the second is 16 and above. The 15 and under group is incidents.age <= "15". Because of the way the system looks at this particular field, any single digit over 1, is being grouped into the 16 and above category. I'm not sure how to change this field to have it read as consecutive numbers (i.e. 1,2,3,4 etc.) I know there has to be a simple solution....any suggestions? Thanks for any help.