I'm new to ASP but I've worked with MS Access for about two years now. I've got a database that I'm trying to implement for the web. I administer an online news site where the content is constantly changing. I've created a page that will list the header information for the newest stories from the database. I need to design a reader asp program to actually display the stories when they are clicked on. I can add the link urls to my list page for each item. For example "<a href = "<A HREF=" TARGET="_new"> is story # 1></a>"<br>But how can I take that index value and display only the story I want?