how sort records in form

D

dlb1228

is there a way after i enter a record in a form that it will sort them in a
certain order
 
M

mscertified

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
 
O

Ofer

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