|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
age query - advanced
I am having a problem with age and date ranges.
I need to create a query that shows the total number of volunteers that are within the following age ranges: under 15 15-19 20-24 25-34 35-44 45-54 55-64 65-74 75-84 85-94 I currently have a table that has the min and max for the age ranges and the volunteer table has the birthdate - the age is calculated from the birthday when entered in the volunteer form. I am stuck on how to show the number of volunteers within each range when a date range is entered. It seems to work without the date range but once the date range is set as a criteria it doesn't work right. The output should look like this: Age Range | Total # under 15 | 5 15-19 | 10 20-24 | 15 25-34 | 25 35-44 | 25 45-54 | 25 55-64 | 20 65-74 | 20 75-84 | 10 85-94 | 5 Overall Total: 160 Thanks in advance! Last edited by ironchef : January 4th, 2004 at 11:03 PM. |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > age demographics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|