I am making my index page as a blog, and I want the most recent entry to
display completely, then have the entries that were previous to display below
as titles only which I would link to a detail page to view them in their
entirety. I know it involves using 2 recordsets, but I am not really sure how
to write the first recordset to just show the most recent item or how to filter
it out from the next recordset.

Any suggestions?