Here is what the query looks like for the cmbsalesperson combobox:
SELECT METRICS.SALES_PERSON, Sum(METRICS.TOTAL_WINS) AS SumOfTOTAL_WINS, Format(Sum(METRICS.MONEY_TOTAL_WINS),"Currency") AS SumOfMONEY_TOTAL_WINS, Sum(METRICS.TOTAL_QUOTES) AS SumOfTOTAL_QUOTES...