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([B]),iif([A]="",year(now()) - year([B]), year(now()) - year([A])))...