I'm currently working on a journal script using a database and I ran into a problem. I need to be able to move back and forth using Next and Previous links. I use a time field in the HTML to tell the script which record I am looking at. If I run a select on the date I just get that record. Is there any way to move to the records before and after the record I got with SELECT? I'm using MySQL.