Ok
I have this:
SELECT q.acct_name, q.region, q.recv_acct_id, q.conv_amt, q.over60
FROM top10regions AS q
WHERE (((q.acct_name) In (SELECT TOP 10 acct_name FROM top10regions WHERE region=q.region ORDER BY over60 Desc)));
in Access, right now it's returning 610 records, 122 from the first...