C
Chefjay22
Hello all. I always get such awesome help from you guys… so thank you in
advanced for any help!
Here is my problem. I have a set of data in a flat table that is of course
related data. I have been tasked with grouping information and counting
types of records. So here is what I need to do:
I have a table called tblMessages. There are four fields… from left to
right the fields are named Subject, Category, SubCategory, and Message. What
I need to do is count the number of subjects, then the number of Categories
in that subject, the number of Subcategories for this subject, then the
number of messages per subject. Basically my query needs to display the
subject name and counts for each other field described above. I can get the
1st part to work, but by the time it gets to subcategory I am getting bad
data. Is this good from a cross-tab? I was never any good at them lol..
Any help would be appreciated! Thanks!
advanced for any help!
Here is my problem. I have a set of data in a flat table that is of course
related data. I have been tasked with grouping information and counting
types of records. So here is what I need to do:
I have a table called tblMessages. There are four fields… from left to
right the fields are named Subject, Category, SubCategory, and Message. What
I need to do is count the number of subjects, then the number of Categories
in that subject, the number of Subcategories for this subject, then the
number of messages per subject. Basically my query needs to display the
subject name and counts for each other field described above. I can get the
1st part to work, but by the time it gets to subcategory I am getting bad
data. Is this good from a cross-tab? I was never any good at them lol..
Any help would be appreciated! Thanks!