sort records in form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there a way to sort records in my form? instead of just in the order
they were entered
 
Create a query.
Use the sorting row in the query.
The use the query as the RecordSource for your form.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top