I have student school attendance table in Access. I need to be able to subtotal the number of occurrences of a specified text by row (ex: number of "A" occurring on a row).
I understand how this is done by field/column.
I need to have this set up so there is another column in the query that displays the requested subtotal, student row by student row.
I have tried this as a DCount aggregate function, but am getting syntax errors.
Can anyone help me out with an example SQL statement?
Thanks!
I understand how this is done by field/column.
I need to have this set up so there is another column in the query that displays the requested subtotal, student row by student row.
I have tried this as a DCount aggregate function, but am getting syntax errors.
Can anyone help me out with an example SQL statement?
Thanks!