A
Amanda Redmond-Neal
i have a query with the following fields (among others):
school district, school, date (of a presentation indicated
by each record), and number of students (having attended
each presentation).
since there are multiple presentations at each school, and
multiple schools in each district, both the "school"
and "school district" fields have multiple identical
values.
the report i am running from this query is grouped by
school district and shows the number of presentations
(simple =Count(*) expression) and the number of students
(simple =Sum([number of students]) expression).
WHAT I NEED HELP TO DO is insert a control in the report
which will count the number of schools in each district --
only once for each value for "school" no matter how many
individual records it appears in.
i'm asking this question in the query newsgroup because i
suspect the answer lies at that level. hope i've
explained it clearly enough. thanks in advance for
replies.
school district, school, date (of a presentation indicated
by each record), and number of students (having attended
each presentation).
since there are multiple presentations at each school, and
multiple schools in each district, both the "school"
and "school district" fields have multiple identical
values.
the report i am running from this query is grouped by
school district and shows the number of presentations
(simple =Count(*) expression) and the number of students
(simple =Sum([number of students]) expression).
WHAT I NEED HELP TO DO is insert a control in the report
which will count the number of schools in each district --
only once for each value for "school" no matter how many
individual records it appears in.
i'm asking this question in the query newsgroup because i
suspect the answer lies at that level. hope i've
explained it clearly enough. thanks in advance for
replies.