Form based on Ascending order of a field

dealwi8me

Registered User.
Local time
Tomorrow, 00:45
Joined
Jan 5, 2005
Messages
187
Hello all,

How can i get the records of a form based on a field ascending order (not the primary key), when i open it?

Thank you in advance.
 
Base your form on a query (using the table as the source) you can then sort by any field in the query.
 
Create a query that selects all the required fields and sort on the field you require.
Base the form on that query

Or if the form is based on the table,look at form properties , data then type the field you want to sort on in the order by section
 

Users who are viewing this thread

Back
Top Bottom