OK, I'm trying to do something that I never have before, and I'm pretty much stumped. When a user does a search, they are taken to a search results page. Included on that page is a "Detail" link for each record that is returned. That link takes the user to a more in depth detail page for each record that is returned. This is nothing new. I've been doing this a long time. What I want to do is allow a user to click on the "Detail" link and be taken to the "Detail" page for that record. On that detail page, I want to offer the user a link that will go to the next "Detail" record without having to leave the detail page to go back to the search results page. I know how to create navigational links for the next record in a list of records, but I'm not sure how to do it from the detail page. Any help would be very much appreciated.