C
chedd via AccessMonster.com
Hi i have a table with just date of births, but do not show the ages.
I designed a query to show the ages from the table with the expression Int
(DateDiff("d",[DOB],Now())/365.25).
Now what i would like to do within the same qurery is group these into less
than20, 21-30, 31-40, 41-50,51-60, greater than 60.
Any ideas as you help is most appreciated.
Chedd
I designed a query to show the ages from the table with the expression Int
(DateDiff("d",[DOB],Now())/365.25).
Now what i would like to do within the same qurery is group these into less
than20, 21-30, 31-40, 41-50,51-60, greater than 60.
Any ideas as you help is most appreciated.
Chedd