@Cre-do Thank you for getting me part of the way there. I have this sorta working
Text( DateAdd(DateValue(Label15.Text), 2, Years ),
"mm-dd-yyyy" )
It is returning a date in the future however I need to put a condition in this equation.
If Equipment type = Safety Toe Boot, then do that calculation, if it equals Safety Eye Protection do the same calculation.
I have them in two different labels just cant seem to get the syntax correct. I tried this with no luck
If('Safety Equipment Reimbursement'.'Equipment Type'="Safety Toe Boot",Text( DateAdd(DateValue(Label15.Text), 2, Years ),
"mm-dd-yyyy" )