Querying Index

admin

Administrator
Staff member
I have a database full of authors, table is indexed on name. I do a select for a name, but is there a way to have a link to the next author in the index and previous author in the index without having to do multiple queries? The names get added all the time so the index keeps them in alphabetical order for me.
 
Back
Top