J
johnboy7676
Struggling with what I thought would be a simple query, each owner
will have at least Account, probably multiple Accounts. I need to
select the Account# for each OwnerID, that has the highest acres.
OwnerID Account acres
1 55A 2.0
1 27B 40.0
2 10A 25.0
3 8B 16.0
3 77C 45.0
3 194 20.0
So my result would be:
1 27B 40.0
2 10A 25.0
3 77C 45.0
(there are around a thousand owners/accounts)
I thought this would be snap, but am struggling with it, any pointers?
Thanks, John
will have at least Account, probably multiple Accounts. I need to
select the Account# for each OwnerID, that has the highest acres.
OwnerID Account acres
1 55A 2.0
1 27B 40.0
2 10A 25.0
3 8B 16.0
3 77C 45.0
3 194 20.0
So my result would be:
1 27B 40.0
2 10A 25.0
3 77C 45.0
(there are around a thousand owners/accounts)
I thought this would be snap, but am struggling with it, any pointers?
Thanks, John