I have the follow Access expression which I would love to convert to a If then, elseif then, Else expression. How would I go about doing that, I'm having difficulties doing so.
Return iif([A] <= "1/1/1900",year(now()) - year(),iif([A]="",year(now()) - year(), year(now()) - year([A])))
Thank you in advance.
Return iif([A] <= "1/1/1900",year(now()) - year(),iif([A]="",year(now()) - year(), year(now()) - year([A])))
Thank you in advance.