So, I have 3 fields, Zip Code, State, and Age. I want to show the top 1/3 records for EACH State based on age. In other words, if there are 99 CA records, I want the results to show the top 33 oldest according to the age field. I know how to set the properties of the query to show the top 1/3 records of all, but not how to do it for each state. Is this possible?
Dawn
Dawn