
My database consists of game components (miniature figures and cards) and my users would like to be able to "click to rate" individual game components (records). The ultimate would be a rollover, single-click voting like they have at imdb.com, but even a less 'fancy' interface would be much appreciated.
Basically, I realize I'd need to add a new field to y tables in order to contain the rating. And it would clearly have to be a calculated field with the formula created to integrate the latest vote. Output would be something like "Rating: x out of y with z votes", preferably graphical (I can easily create the graphics), but text would be acceptable as well.
So, is this possible with Dataface? If so, where do I start?