Is there anyway to limit the number of records a query returns to 5 in a local table<br><br>The Access help says that the MAX RECORDS property is only for an ODBC source. I'm using a local mdb and trying to return the TOP 5 records. The problem: If there is a tie ie 5,4,3,2,2,2,2. The query is returning all 7 records. What I would like it to do is return ONLY 5 and base the last one on some other criteria.<br><br>Thanks in advance for any and all help.<br><br>3rdRail