P
Pearlz
Help
I have created a database that gathers various information about a person
including their childrens names and date of birth. I also have I have a
field name called ChildStatus which needs to show whether the child is an
adult, teenager or younger. I would like to create a formula in this
ChildStatus field that does the following:
Looks at the date of birth field
Determines the current age
If that age is 18 or older the output in the ChildStatus field should be Adult
If that age is 13-17 the output in the ChildStatus field should be Teen
If that age is 12 or younger the output in the ChildStatus field should be
Child
I have created a database that gathers various information about a person
including their childrens names and date of birth. I also have I have a
field name called ChildStatus which needs to show whether the child is an
adult, teenager or younger. I would like to create a formula in this
ChildStatus field that does the following:
Looks at the date of birth field
Determines the current age
If that age is 18 or older the output in the ChildStatus field should be Adult
If that age is 13-17 the output in the ChildStatus field should be Teen
If that age is 12 or younger the output in the ChildStatus field should be
Child