I need to build a query that will return 4 records starting with the maximum value in the year field then the next largest and so on. Basically I want the query to be: return the 4 records with the largest year fields (i.e. last four years). I have set the year as the primary key for my table. I'm not experienced with how to do this in the query builder - It appears that I need a select query with the table in question and the key part is in the criteria box for the year field, I just dont' know the syntax to enter the criteria.