I am using access 2007.
This is an example of a weekly attendance report/query I do.
The QNI & QTC are Yes/No fields.
I can get the NAME, QNI, & QTC totals.
I cannot get the Sessions to equal 3, I get 9 for an answer.
If I can do away with the "Sessions" that is good,
if CheckinDate column can total 3 that would be better.
Can I get the results in a query? or does it only come from a report? Both?
Can anyone help me?
CheckinDate NAME QNI QTC Sessions: (Day([CheckinDate])) 11/2/2013 JOHN -1 0 2 11/2/2013 FRED -1 1- 2 11/2/2013 DOUG 0 0 2 11/9/2013 JOHN 0 0 9 11/9/2013 FRED -1 0 9 11/9/2013 DOUG 1- 1- 9 11/16/2013 JOHN -1 0 16 11/16/2013 FRED -1 0 16 11/16/2013 DOUG 0 0 16 TOTAL: 9 6 2 3