styleboy
07-28-02, 14:32
| I'm running an access database with asp on my website: http://www.styleboost.com I've added a rating system, which counts the number of votes so far (+1 for each vote) and adds up a total rating (current total + (1-5)). This means that there are two columns in my table (rating_sum, rating_votes) and I want to be able to sort by: [rating_sum]/[rating_votes] (rating_sum divided by rating_votes). How can I do this? Please help me... Johan, Norway |