This topic is locked
[SOLVED]

 List Records

10/1/2010 6:05:51 PM
PHPRunner General questions
T
Tempus_Erus author

Hi,
Does anyone have a tip for the the way the record are listed on the list page.
Basically I would like to list the last record added first?
Any help appreciated.
TE

P
procheck 10/1/2010

If you have a date field in your table, you could set the sort type in Query Designer .
Al

T
Tempus_Erus author 10/1/2010



If you have a date field in your table, you could set the sort type in Query Designer .
Al


FROM table

ORDER BY ID DESC
Does the job!!!
Thanks