Hi, I have the following problem: I tried this SQL statement SELECT fld1 from tbl1 ORDER BY RecID DESC but I get a syntax error. My task is to give a list of all fld1 sorted by their creation's timestamp, i.e. the last added record has the greatest RecID. Or is my thought wrong? I get a void result without any error message. Many thanks Hans