If they both born in a same year - I am ok then.
I need to have people divided into groups 20-30, 40-50 etc.
So it should work than? Thanks for the links, I will browse.
DateDiff() returns the number of thresholds that have occurred between two dates. This is usually not a good method for determining age. For instance:
DateDiff("yyyy",#12/31/2006#,#1/1/2007#)=1
DateDiff("yyyy",#1/1/2006#,#12/31/2007#)=1
The first dates represent a single day while second set of dates is 730 days.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.