L
laskowv
I have a report that is grouped by SECTIONID, and within those sections are
societies with SocietyID as the key. I was shown how to use the DCount
function in my form to show the number of chapters and members within each
Society by using the expressions below in two text boxes:
=DCount("*","Society Active Chapters","SocietyID =" & [SocietyID])
=DCount("*","Society Active Members","SocietyID =" & [SocietyID])
I have put these expressions in the "Detail" section of my report and would
now like a "grand total" or SUM of these counts at the SECTION level and the
REPORT Footer level. I have seen some notes on DSum but am not sure this is
what I need. Both of the above expressions are queries. Could someone
please show me how to get the totals?
Thanks..Valerie
societies with SocietyID as the key. I was shown how to use the DCount
function in my form to show the number of chapters and members within each
Society by using the expressions below in two text boxes:
=DCount("*","Society Active Chapters","SocietyID =" & [SocietyID])
=DCount("*","Society Active Members","SocietyID =" & [SocietyID])
I have put these expressions in the "Detail" section of my report and would
now like a "grand total" or SUM of these counts at the SECTION level and the
REPORT Footer level. I have seen some notes on DSum but am not sure this is
what I need. Both of the above expressions are queries. Could someone
please show me how to get the totals?
Thanks..Valerie