J
Joe
I have 4 fields in a table: Need ID, Cost ID, Estimated Hours, and
Ranking.
Sample data would be:
CostID NeedID SumEstimateHours Ranking
359 372 150 2
360 372 50 1
I need to write a query that will return the Max ranking record - in
this case the Ranking = 2 record.
Ranking.
Sample data would be:
CostID NeedID SumEstimateHours Ranking
359 372 150 2
360 372 50 1
I need to write a query that will return the Max ranking record - in
this case the Ranking = 2 record.