G
Guest
I've been struggling with this although I'm sure it's fairly simple. I need
to have a report that is broken down in 4 levels (District, Subdistrict,
Area, Field) and inside each level there are some fields (regarding
Inspections) which I need to count or sum but I need to do it for each level.
ie. For each Field # of Enf_categories = "Minor", # of Enf_categories =
"Major", # of Enf_categories = "Satisfactory".....
I would then need to do the same for each Area, Subdistrict and District.
I have built a report from a Select Query (that includes 3 tables) and
currently it does list each record and below that it counts the number of
inspections for each group in seperate footers but I cannot figure out how to
count the details of the inspections. I'm not even sure if it's possible in
the query I have, or if I need to do a crosstab query (no experience) or if I
can put the calculations directly into my report. Any direction is much
appreciated!
to have a report that is broken down in 4 levels (District, Subdistrict,
Area, Field) and inside each level there are some fields (regarding
Inspections) which I need to count or sum but I need to do it for each level.
ie. For each Field # of Enf_categories = "Minor", # of Enf_categories =
"Major", # of Enf_categories = "Satisfactory".....
I would then need to do the same for each Area, Subdistrict and District.
I have built a report from a Select Query (that includes 3 tables) and
currently it does list each record and below that it counts the number of
inspections for each group in seperate footers but I cannot figure out how to
count the details of the inspections. I'm not even sure if it's possible in
the query I have, or if I need to do a crosstab query (no experience) or if I
can put the calculations directly into my report. Any direction is much
appreciated!