Hello - I am using Access 2010 and have a report that uses the following query:
SELECT t.CountOfCategory, t.Category, t.CountOfDescription, t.Description
FROM qryTopThreeCategoryBehaviors AS t
WHERE (((t.Description) In (SELECT TOP 3 Description
FROM qryTopThreeCategoryBehaviors
WHERE...