G
Guest
Hello all...
I have created (or at least attempted) a birthdate calculation of sort that
will (should) calculate the age of an individual by entering the birthdate
into a field. What is hppening is when I enter the birthdate the calculation
works but seems to be rounding the age. Ie; I enter 5/26/96 and get a
returned age of nine (9) when in actuallity it should be eight (8) as this
indivdual has not yet turned nine (9).
Is there a way to et the actual age?
This is what I have now: =DateDiff("yyyy",[Birthdate],Date())
Any suggestions would be greatly appreciated. I Thank you in advance for
your time,
I have created (or at least attempted) a birthdate calculation of sort that
will (should) calculate the age of an individual by entering the birthdate
into a field. What is hppening is when I enter the birthdate the calculation
works but seems to be rounding the age. Ie; I enter 5/26/96 and get a
returned age of nine (9) when in actuallity it should be eight (8) as this
indivdual has not yet turned nine (9).
Is there a way to et the actual age?
This is what I have now: =DateDiff("yyyy",[Birthdate],Date())
Any suggestions would be greatly appreciated. I Thank you in advance for
your time,