N
Nikki
Ok, I've posted before about Cross Tab queries and I do believe that's
what I'll need in this case too. My brain is just having issues
wrapping around them. I've searched for a while, but I can't seem to
apply what I've read to my situation.
I have a table, we'll call it tblTable1. I have 3 fields, ID [ID],
Date of Birth [DOB}, and Date of Death [DOD].
How do I create a report that will count the number of people in
particular age ranges at death? Let's say under 20, 20-65, over 65.
I've gotten so far as to create query that calculates the age with the
DateDiff function, but that's about it.
what I'll need in this case too. My brain is just having issues
wrapping around them. I've searched for a while, but I can't seem to
apply what I've read to my situation.
I have a table, we'll call it tblTable1. I have 3 fields, ID [ID],
Date of Birth [DOB}, and Date of Death [DOD].
How do I create a report that will count the number of people in
particular age ranges at death? Let's say under 20, 20-65, over 65.
I've gotten so far as to create query that calculates the age with the
DateDiff function, but that's about it.