Hi,
The easiest way of doing it is to create a query and by subtracting the date
of NOW from the date u entered will give u the amount of days elapsed
between the two dates. However after u have done this u must make sure that
u have INT typed in before the calculation in the query so that it rounds
the number to the nearest integer. Also make sure that the FORMAT setting
within properties is set to FIXED within the query field.
If u just enter the below query without any of the above it will give u an
age that is 1 year older than it shud be.
AGE: Int(Now()-[DATE YOU HAVE ENTERED]) this will give u the amount of days
elapsed
Dave
Stewart Mashiter said:
Can anyone help me with a method for working out someones
age from their date of birth in a form?
All help appreciated.
Thanks.