Thanks for the quick replies tom, but I think I'm still doing a bad job of explaining. Let me give you an idea I had and see what you think.
Basically, my table contains four columns; id, date, title, body. I'm thinking maybe I could add another column called front_article or something like that. Then, whatever record has front_article set to true I'd pull and display on my home page. That's no big deal, I've got that much done.
What I want to do though, is if I decide to set front_article to true in a new record, I need to also set the old record to false. That way I don't get two results. This is where my problem lies. I'm not sure what the best way to do this is. Or if this is even a good idea. Maybe there's an easier solution. Not sure.
Thanks, Wil