I want to be able to list only the newest six or seven records in my table by date. (Not by newest keyed in, sometimes we backdate and prodate records). How can I modify my sql statement to do this? Or do I have to do this another way? My current statement is below.<br><br>set sleuth = db.execute("SELECT * FROM cybersleuth WHERE publish = true ORDER BY date desc, time desc"