Grahamfff
01-10-2007, 08:53
I have a large database / mailing list in which I have a field recording each person's date of birth. I then have a calculated field which returns that person's age
What I would like is to add a calculated field which tells me which age group each individual falls into (ie age 0-9; 10-19, 20-29 and so on).
I know that the following expression will divide the mailing list into two groups (under and over 50s) but it won't give me what I want:
Age Group: IIf([Age]>49,"50+","Under 50")
I'm not sure that what I want is actually possible - or at least I might have to go about it in a radically different way.
Can anyone help.
Many thanks.
What I would like is to add a calculated field which tells me which age group each individual falls into (ie age 0-9; 10-19, 20-29 and so on).
I know that the following expression will divide the mailing list into two groups (under and over 50s) but it won't give me what I want:
Age Group: IIf([Age]>49,"50+","Under 50")
I'm not sure that what I want is actually possible - or at least I might have to go about it in a radically different way.
Can anyone help.
Many thanks.