Re: Adding customers in alaphbetical order
- From: "David F Cox" <nospam@xxxxxxxxxx>
- Date: Wed, 4 Oct 2006 13:37:45 +0100
I think more coffee is needed all round - and ORDER BY clause is used in a
query to sort records, the WHERE clause selects records that meet a
particular condition.
"Douglas J. Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx> wrote in message
news:efZtNc65GHA.4116@xxxxxxxxxxxxxxxxxxxxxxx
That's not how relational databases work. Tables are essentially unordered
sacks of data: what you add to the table gets put wherever Access thinks
is the best fit.
The only way to ensure that records are displayed in a particular order is
to create a query with an appropriate Where clause. You can then use the
query wherever you would otherwise have used the table.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"Natasha" <Natasha@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C66CB118-F982-4F87-8221-C1CE8A943C4C@xxxxxxxxxxxxxxxx
I want to add new customers in alaphabetical order instead of the new
customers going to the end of the list. Is this possible.
Natasha
.
- Follow-Ups:
- Re: Adding customers in alaphbetical order
- From: Douglas J. Steele
- Re: Adding customers in alaphbetical order
- References:
- Re: Adding customers in alaphbetical order
- From: Douglas J. Steele
- Re: Adding customers in alaphbetical order
- Prev by Date: Re: remote maintenance
- Next by Date: Re: Input into one field to generate a value in another
- Previous by thread: Re: Adding customers in alaphbetical order
- Next by thread: Re: Adding customers in alaphbetical order
- Index(es):
Relevant Pages
|