dwmatteson
MIS
Hi folks --
I'm attempting to generate a report (based on a query) that counts the number of people in a family, and also breaks them down into adults (>=18 yrs old), children (<18 yrs old), and pre-teen children (<=12). Naturally, these last two categories are not mutually exclusive, but that's by design.
I'm able to count the number of people in the family without any trouble. The headaches begin when I try to count the number of people in each family by age groups. I've tried a variety of Count statements in different locations (in the report, in the query), but I just can't seem to wrap my brain around this one. I've not yet tried any VBA solutions, since I'm still learning, but I'm more than willing to give it a shot!
I appreciate any suggestions you can offer.
Thanks,
Don
I'm attempting to generate a report (based on a query) that counts the number of people in a family, and also breaks them down into adults (>=18 yrs old), children (<18 yrs old), and pre-teen children (<=12). Naturally, these last two categories are not mutually exclusive, but that's by design.
I'm able to count the number of people in the family without any trouble. The headaches begin when I try to count the number of people in each family by age groups. I've tried a variety of Count statements in different locations (in the report, in the query), but I just can't seem to wrap my brain around this one. I've not yet tried any VBA solutions, since I'm still learning, but I'm more than willing to give it a shot!
I appreciate any suggestions you can offer.
Thanks,
Don