Is it possible to write a query that will pull one random record each time from a table? Here's an example of what I mean: Customers send us thank you's in appreciation for our product. We put the text of these thank you's into a table called "tblThanks" The record id is a guid (primary key, of course) and the field name we want to pull, lets call it "Testamonials". The contents of the field are something like "Love your product!" or "Great doing business!", "We worship DBA's as gods" etc. Each time the web page opens we want to display a different random quote from the table based on this query. Something like "select random testamonial from tblThanks". We can do the translation to ASP here. Thanks in advance!!
--Bill
One may not reach the dawn save by the path of the night
--Kahlil Gibran
--Bill
One may not reach the dawn save by the path of the night
--Kahlil Gibran