Alright I figured it out. I had to create another query and pull in the first query as the source data, then use a combination of Dlookup and DMin.
DLookUp("Base_Salary","q_survey_grade_analysis","AvgofSort_Order = " & DMin("avgofsort_order","q_survey_grade_analysis","AvgofSort_order > " &...