On Tue, 20 Jul 2004 08:25:23 -0700, Karen wrote:
> I want Access (97) to calculate somebody's age. I know you
> can do that by setting the Control Source property of a
> textbox to
>
> =DateDiff("yyyy",[Date],Date())+(Format([Date],"mmdd")
>>Format(Date(),"mmdd"))
>
> but that will "just" display the person's age in years
> whereas I'm looking for months as well.
>
> Anybody has an idea how to do this without including a
> macro?
>
> Karen
You'll need code!
See Doug Steele's code at:
http://members.rogers.com/douglas.j....iff2Dates.html
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.