A
Abe
I'm using this formula from the office help to calculate a birthdate:
=DateDiff("yyyy", [Birthdate], Now())+ Int( Format(now(), "mmdd") < Format(
[Birthdate], "mmdd") )
My fields have the same name, but my query is outputting the wrong age -
rounding up or down. How can I make it exact?
=DateDiff("yyyy", [Birthdate], Now())+ Int( Format(now(), "mmdd") < Format(
[Birthdate], "mmdd") )
My fields have the same name, but my query is outputting the wrong age -
rounding up or down. How can I make it exact?