Forum Discussion
- ChrisChrisQrew Assistant Captain
Can you post your formula field code?- PhelanSandersQrew Assistant Captain
If(Today()>ToDate(ToText(Month([Date of Birth]))&"-"&ToText(Day([Date of Birth]))&"-"&ToText(Year(Today()))),
Year(Today())-Year([Date of Birth]),(Year(Today())-(Year([Date of Birth])))-1
) - ChrisChrisQrew Assistant CaptainThis is not a formula date, it is a formula number. Change your data type for this field to formula number. Other than that, the formula is fine.
- PhelanSandersQrew Assistant CaptainDoing this will fire off the form rule for the "Eligibility field"???
The formula that calculates the age is working just fine.