you need to base your form on a query, not directly on a table
if you base it on a query, you can sort the query into the order you want. in order to do this faster, it is generally useful to add suitable indexes to the table in respect of the default sort order.