March 26, 200520 yr Hello I have three fields "pipeage" which is a date field "today "which is a date field and "yearsold" which is a calculation field I am trying to calculate the number of years the pipe has been there. So I am trying to get today field to display the year 2005 which I can't get it to do and then subtract for example 1950 from 2005 as 1950 would be in the "pipeage" field. and the answer would be 55 years. But I just can't get it to work. Could someone please guide me here Thanks Dave
March 26, 200520 yr Year(Get(CurrentDate)) - Year(Pipeage) You don't need that today field, only one unstored YearsOld calculation.
Create an account or sign in to comment