I'm attempting to create an access database that takes a table of products sold in a county, rank them per county, then compare them to a table of product sold per account to generate a list of the top ten products not sold to an account that are sold in the county along with their ranks. I'm not sure how to achieve this with queries without filtering down to each account and parish individually at the beginning. Ideally, I would be able to create a report that groups by account number and just print the report once each quarter.
Any help is appreciated, an example DB is attached.