D
Dave R.
I have some formulas to count the # of checked checkboxes for columns
"question1" "question2", etc.
For a report:
=DCount("[Question1]","[table name]","[Question1]=Yes")
=DCount("[Question2]","[table name]","[Question2]=Yes")
=DCount("[Question3]","[table name]","[Question3]=Yes")
Not sure if these are for report or query:
Question1Checked:ABS(Sum([Question1]))
Question2Checked:ABS(Sum([Question2]))
Can someone tell me how I go about using these formulas? I don't know where
to put them!
"question1" "question2", etc.
For a report:
=DCount("[Question1]","[table name]","[Question1]=Yes")
=DCount("[Question2]","[table name]","[Question2]=Yes")
=DCount("[Question3]","[table name]","[Question3]=Yes")
Not sure if these are for report or query:
Question1Checked:ABS(Sum([Question1]))
Question2Checked:ABS(Sum([Question2]))
Can someone tell me how I go about using these formulas? I don't know where
to put them!