One option is to refresh the webpage every 30 seconds (using JavaScript or a meta refresh tag), which would fetch the next record. You'd probably have to add a url query parameter to tell the server the next record to retrieve.
Otherwise, using AJAX to pull in a new result and updating the page would be best.
Thanks for the reply. The autorefresh moving to the next query results is one I was looking at myself.
I'm not too sure on the AJAX thing. Is there any recommended reading on sites that will make that sound any easier since I've never really used it before?
I have a URL.Variable setup to pick on the ID field of the database. How do I now get CF to move to the next record in the query using the meta refresh?
Any help is greatly appreciated at this moment in time
Thanks to anyone who can give me some light on this one in advance =)