Hello.
In Access 2013 I have a table to registry the presents in a condominium meeting.
Table Name: tbEntities
Fields:
tbEntId...tbPresent (yes / no)..........tbVotes
1.........yes...........................5
2.........no.............................3
3.........yes............................4
4.........no.............................6
I want to put in a form (like a navigation/menu form, with no souce data):
1. a control that count how many are present (= yes)Ex: Appearances 2
2. a control that sum the votes of those presentEx: 9 Votes
Can somebody help with this? Thanks.