This ought to be really simple but I must be having a mental block. I want to run a query on a table with a field containing letter codes and I wish to count a only one of the various codes possible. It seems to me that I should be to set up the query using SQL aggregate functions (COUNT) and set the criteria to letter code of interest. When I do that, I get a data type mismatch error. Do I need to use the ASCII value of the letter code? That makes no sense. Help!