I actually posted a similar message under article "Building Next/Prev Buttons for Query Results (Part 2)," but it says waiting for approval to be posted or something like that. Anyway, I couldn't wait so here it is again.
I've tweaked the code in that article to fit perfectly in my application for multiple results on one page, ie. more than one record being displayed. What's the best approach to display only one record at a time and how can I retrieve a specific record and still have a working prev/next navigation system? And I'd like for it to say "record 5 out of 34 records" for example.
I plan on passing a specific variable to find the record I want--I know how to pass the variable, but how can I retrieve that record with the prev/next navigation still functional?
Does any of this make sense? Please let me know and I'll continue to explain it further if need be.
Thanks for your input!