• #Error in Future Date Field

    Author
    Topic
    #461722

    I have a calculated future date field that appears to work fine however on my new line I get the #Error message. How do I keep the #Error from appearing?

    Viewing 0 reply threads
    Author
    Replies
    • #1172526

      What is the expression you use to calculate the future date?

      • #1172535

        What is the expression you use to calculate the future date?

        =DateSerial(Year([LastReviewDate]),Month([LastReviewDate])+12,Day([LastReviewDat
        e]))

        • #1172540

          Try this instead:

          =DateAdd(“yyyy”,1,[LastReviewDate])

          or

          =DateAdd(“m”,12,[LastReviewDate])

    Viewing 0 reply threads
    Reply To: Reply #1172535 in #Error in Future Date Field

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel