how sort records in form

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

Guest

is there a way after i enter a record in a form that it will sort them in a
certain order
 
If your recordsource is based on a query containing an ORDER BY clause, you
can just requery the recordsource. If you have a lot or records, the response
time could be quite slow.

Dorian
 
On the After update event of a field or the form, when you want to sort the
records again
 

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