Counting Values in a Column - (MS Access 2000-2003)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meLady
    New Member
    • Apr 2007
    • 27

    Counting Values in a Column - (MS Access 2000-2003)

    Hello,

    I have a form called feedback which has three columns and each cell in a column has a combo box that holds (Yes/No/Empty), and I want to count each column's value for example let's supposed that:

    feeback number: Column 1 (Are You happy) - Column 2 (Are you sad) - Column 3 (Are you hungry)
    1 : Yes - No - Yes
    2 : Yes - Yes - Yes
    3 : No - No - Yes
    4 : empty - No - yes

    Counting: the next step is that I want to count:

    values in Column 1, where number of Yes =2 , and number of No=1 the stum of Yes + No = 3 and empty = 1
    values in Column 2, where number of Yes =1 , and number of No=3 the stum of Yes + No = 4 and empty = 0
    values in Column 3, where number of Yes =4 , and number of No=0 the stum of Yes + No = 4 and empty = 0


    So, how can I apply this concept in MS ACCESS (2000-2003).

    I am waiting for you kindly reply.
Working...