December 8, 200817 yr how can I calculate how many days have transpired from a particular date. in one field I have an automatic date/timestamp, so I want to be able to take that data and calculate how many days have past from that day. thank you.
December 8, 200817 yr Hi Random976! Welcome to the greatest FileMaker community! Calculation (result of number) would be: If ( TimeStampField ; Get ( CurrentDate ) - GetAsDate ( TimeStampField ) ) Be sure to set the calculation as unstored in Storage Options by checking 'Do not store calculation results.' LaRetta :wink2:
Create an account or sign in to comment