C
Chris
I need to count some yes checkmarks in a grouped report.
I can write
=DCount([NameofField],"qryQueryName","[NameofField]=-1")
This counts all the "yes" marks.
I need it to count the yes marks for a particular group.
Something along the line of
=DCount([NameofField],"qryQueryName","[NameofField]=-1 and
[Reports]![rptName]![Whateverfieldthereportisgroupedby]=
[Query]![qryQueryName]![whateverfieldthereportisgroupedby]
I don't know, but something where the criteria for the
dcount includes what the field the report is grouped by so
that I can get subtotals on my counts. I may be
approaching this completely wrong, and I know just a
little about coding.
I can write
=DCount([NameofField],"qryQueryName","[NameofField]=-1")
This counts all the "yes" marks.
I need it to count the yes marks for a particular group.
Something along the line of
=DCount([NameofField],"qryQueryName","[NameofField]=-1 and
[Reports]![rptName]![Whateverfieldthereportisgroupedby]=
[Query]![qryQueryName]![whateverfieldthereportisgroupedby]
I don't know, but something where the criteria for the
dcount includes what the field the report is grouped by so
that I can get subtotals on my counts. I may be
approaching this completely wrong, and I know just a
little about coding.