Perhaps this is a new issue.
I have tried and failed. This is the SQL within my Access DB.
SELECT qry_top10_region.acct_name, qry_top10_region.acct_name, qry_top10_region.region, qry_top10_region.recv_acct_id, qry_top10_region.balamt, qry_top10_region.over60
FROM qry_top10_region;
What I need from Access is the 10 account names (acct_name) with the highest over60 for each region. Help!
I have tried and failed. This is the SQL within my Access DB.
SELECT qry_top10_region.acct_name, qry_top10_region.acct_name, qry_top10_region.region, qry_top10_region.recv_acct_id, qry_top10_region.balamt, qry_top10_region.over60
FROM qry_top10_region;
What I need from Access is the 10 account names (acct_name) with the highest over60 for each region. Help!