How do I change the order that my records appear in in Forms

B

Bethany.Ryan

I've entered all my data, but now I want it to be displayed in Forms in order
by a specific field. How can I do that?
 
A

Allen Browne

Create a query.
Use the Sort row in query design to specify the sort order.

Choose this query in the RecordSource property of your form.
 
J

Jerry Whittle

You can base the form on a query which is sorted as you want to see the
records.

Or you can open the form and click into the field that you want to sort on.
Look for the A-Z sort button and click on it. Save the form. That should sort
it in that order.
 
J

Jeff Boyce

Bethany

Are you saying that you are using a continuous form, one that displays a
number of records at once? As folks have suggested elsethread, using a
query to "feed" your form is the way to go.

However, if you *(?your user?)* only needs to see a single record at a time,
why are you loading ALL of the records into the form?

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 

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