I am just searching wit the following SQL query coded into the page.
strSQL = "SELECT TOP 5 * FROM forum_topics ORDER BY t_date DESC"
Set rsTopics = my_Conn.Execute (StrSQL)
Then a loop that displays the results but i need to change the url tags in the message to html links.