Re: Do not want data to auto sort
- From: "Rick B" <Anonymous>
- Date: Wed, 3 Aug 2005 15:20:37 -0500
Tables do not reliably sort data. You should not be using the tables as an
interface anyway, so you should not even know if the data is sorted or not.
Tables are buckets for storing records. Forms, queries, and reports are
user interfaces. You should be working with these items.
Now, the data in those items must be sorted some how. You will have to pick
a field in your data by which to sort. Record Number is not available for
sorting. If the order in which you enter data is important, then make sure
you have a sequential field upon which you can sort. In this case, an
autonumber field would probably work since it will increment each time a
record is added. BUT, there will be gaps in this number from time to time,
so don't expect it to look nice and contain no gaps.
--
Rick B
"Rod" <Rod@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:61261D06-FA00-455C-B537-12ECB4CE2786@xxxxxxxxxxxxxxxx
> When I enter data in a table I expect the last record entered to be the
last
> recoed in the table. Access appears to be rearranging my records. How
can I
> stop this rearranging me my records so I see them in the list as I input
them?
.
- Follow-Ups:
- Re: Do not want data to auto sort
- From: peregenem
- Re: Do not want data to auto sort
- References:
- Do not want data to auto sort
- From: Rod
- Do not want data to auto sort
- Prev by Date: Re: Access 2002
- Next by Date: labels and blank cells
- Previous by thread: Do not want data to auto sort
- Next by thread: Re: Do not want data to auto sort
- Index(es):
Relevant Pages
|
Loading