SQL Question

  • Thread starter Thread starter Charlie Brown
  • Start date Start date
C

Charlie Brown

How can I get my "ORDER BY" results to show in descending order?
Please email me at (e-mail address removed)
Thanks.
 
Charlie Brown said:
How can I get my "ORDER BY" results to show in descending order?

Specify the DESC keyword, as in

ORDER BY SomeField DESC
Please email me at (e-mail address removed)

No, that's an impolite request. Ask here, come here for the answer.
Also, let me strongly advise you not to post your true e-mail address in
a public newsgroup. Spammers and viruses both harvest addresses from
the newsgroups.
 

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

Similar Threads

Adding an "Over All Sum" textbox 1
record sorting 3
Adding new autonumber field re-sorts records 1
Record Source Order! 2
Order By 9
Sorting a listbox 2
Specifying unusual sort order 5
Report order 7

Back
Top