G Guest Nov 16, 2005 #1 is there a way to sort records in my form? instead of just in the order they were entered
A Allen Browne Nov 16, 2005 #2 Create a query. Use the sorting row in the query. The use the query as the RecordSource for your form.
Create a query. Use the sorting row in the query. The use the query as the RecordSource for your form.
G Guest Nov 16, 2005 #3 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.
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.