This is a discussion on "reversing records" within the Classic ASP section. This forum, and the thread "reversing records are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
reversing records
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
reversing records
how can i reverse the output of records in an access database using ASP so that the latest entry is at the top?
|
|
|
|
||||
|
In your SQL query, use the following at the end:-
ORDER BY IDField DESC
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
or you could always use something like this...
|
![]() |
| Tags |
| reversing, records |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dns, 'a' records and domain pointing. | bmorgan | Starting Out | 2 | Apr 24th, 2008 17:16 |
| Help in displaying records in single row | anilreddy76 | Databases | 0 | Sep 18th, 2007 17:53 |
| PHP/MYSQL Displaying records | Ydot | PHP Forum | 6 | Jul 23rd, 2007 06:12 |
| Sorting the array - reversing the sequence codes? | Ozeona | Flash & Multimedia Forum | 1 | Aug 3rd, 2005 01:52 |
| Random records.. | u2orange | Databases | 6 | Mar 8th, 2004 09:31 |