Re: Understanding How Access Sorts Records
- From: MLH <CRCI@xxxxxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 11:06:53 -0400
your primary keyfield is likely causing the order of the records
to be displayed, by default, in some order OTHER than that
in which the records were entered. Best use a query to reorder
the records in the order that suits your needs.
Then, anytime you wish to refer to records in the table,
refer to them indirectly by use of the query used to order
them the way you like 'em.
Contrary to what beginners think, it is NOT important that
"records stay in the order in which they were added".
The fact that they STAY there is enough. I would com-
plain if they didn't stay there. Reordering them is painless
and instantaneous. You're not dealing with a shoebox
full of paper receipts here. It's a database. Sorting a shoe
box by hand is a job. Running a query to sort records
quickly is not.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mon, 30 Jun 2008 07:56:53 -0700 (PDT), Takeadoe
<mtonkovich@xxxxxxx> wrote:
Greetings,
I'm hoping that someone can help me understand the method behind MS
Access' ordering of records within a table. It does not appear that
the records added last are always at the bottom when I open the
Table. It is important that the records stay in the order in which
they were added to the table. They clearly are not, but I can't seem
to figure out why the records are ending up in the order that they
are. Can anyone shed some light on this?
Thank you very much!
Mike
.
- Follow-Ups:
- Re: Understanding How Access Sorts Records
- From: Takeadoe
- Re: Understanding How Access Sorts Records
- References:
- Understanding How Access Sorts Records
- From: Takeadoe
- Understanding How Access Sorts Records
- Prev by Date: Report fails to run if textbox =Sum([Amt]) is used in Group Footer - runs fine without it.
- Next by Date: Re: Report fails to run if textbox =Sum([Amt]) is used in Group Footer - runs fine without it.
- Previous by thread: Understanding How Access Sorts Records
- Next by thread: Re: Understanding How Access Sorts Records
- Index(es):
Relevant Pages
|