G Guest Nov 16, 2005 #1 is there a way after i enter a record in a form that it will sort them in a certain order
G Guest Nov 16, 2005 #3 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
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
G Guest Nov 16, 2005 #4 where do i put this code? Ofer said: Try this Me.OrderBy = "Field name to sort by" Click to expand...
where do i put this code? Ofer said: Try this Me.OrderBy = "Field name to sort by" Click to expand...
G Guest Nov 16, 2005 #5 On the After update event of a field or the form, when you want to sort the records again