sort records in form

D

dlb1228

is there a way to sort records in my form? instead of just in the order
they were entered
 
A

Allen Browne

Create a query.
Use the sorting row in the query.
The use the query as the RecordSource for your form.
 
K

KARL DEWEY

Allen's method is repeatable sort but for a temporary (only while the form is
open) just click in the field you want to sort by and then click the icon A-X
or Z-A.

When you close the form and open again it will be sorted as set in the query.
 
Top