![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Ratings System
Greetings,
This is more of a logic question than perhaps access but has anyone made a ratings system or would know the logic behind it? E.g. I have a form where a user can select a drop down box containing values of say 1-5 it would then calculate the average everytime another user selected a value. Any tips or advice would be appreaciated Cheers Rob |
|
|||
|
Re: Ratings System
"Rob W" <Whllrob@aol.com> wrote in message news:%23o8DRiPiIHA.3780@TK2MSFTNGP06.phx.gbl... > Greetings, > > This is more of a logic question than perhaps access but has anyone made a > ratings system or would know the logic behind it? > > E.g. > > I have a form where a user can select a drop down box containing values of > say 1-5 it would then calculate the average everytime another user > selected a value. Select Avg(YourColumn) As YourColumnAvg FROM YourTable. HTH; Amy |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|