M
Maurice
I have a query which has a field for age at the start of the year calculated
from the date of birth. It also has the gender of the person.
I want to be able to group the people in the following bands based upon the
age at start of year (SOY) :
MS (males aged up to 39)
M40+ (males aged 40 - 49)
M50+ (males aged 50 - 59)
M60+ (males aged 60 and over)
FS (females aged up to 34)
F35+ (females aged 35 - 44)
F45+ (females aged 45 - 54)
F55+ (females aged 55 and over)
I would call this age grouping AGEBAND. It obviously incorporates the
gender in it.
If I could get this into the one query, with "M60+" (as an example) returned
against each individual, I think I could build my reports using these
groupings.
Is there anyone that would give me a simple syntax to create this that I can
paste into the field description on the query please?
from the date of birth. It also has the gender of the person.
I want to be able to group the people in the following bands based upon the
age at start of year (SOY) :
MS (males aged up to 39)
M40+ (males aged 40 - 49)
M50+ (males aged 50 - 59)
M60+ (males aged 60 and over)
FS (females aged up to 34)
F35+ (females aged 35 - 44)
F45+ (females aged 45 - 54)
F55+ (females aged 55 and over)
I would call this age grouping AGEBAND. It obviously incorporates the
gender in it.
If I could get this into the one query, with "M60+" (as an example) returned
against each individual, I think I could build my reports using these
groupings.
Is there anyone that would give me a simple syntax to create this that I can
paste into the field description on the query please?