View Single Post
  #4  
Old February 22nd, 2010, 07:13 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default How do I change the order that my records appear in in Forms

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.

"Bethany.Ryan" wrote in message
...
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?