Sorting on a form

G

Guest

Currently I have a form that has multiple records and sorts the records by
the autonumber ascending. I also have date field in the record and would like
the form to have the form automatically have the sorting default by date or
have the autonumber sort descending. Is there away to change the sorting
defualt settings.
 
G

Guest

Either use a query with an ORDER BY as your record source or use the form's
ORDER BY and ORDERBY ON properties to control this.
 

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

Top