Hi Rich…
All you have to do is create a second query…. Keep the totals query as is (with just the Min and Max of Cost)…
Then create a second query that joins the Table to the totals query on the Cost field… The inner join will return only the records where those amounts match (ie the Min and Max Cost records)… In this query, select the Description field from the table and you should get the results you are looking for…
HTH