So, my primary key is GirlID and the name of the girl is Girl in the table. I also have a field named Letters (in the table) and I use this code to sum up the number of girls who have been written to,,, =Sum(IIf([Letters],1,0))
But I need a way to show the girl with the most letters written to her. A top value is what I need.