Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Adding date and interger values

    I ended up having to add something else to it. This is how it worked for me.

    =DateAdd (DateInterval.Month, Fields!CONTRACT_TERM.Value, Fields!FIRST_PAY_DATE.Value)

    That expression adds the number of months contained in CONTRACT_TERM to...

  • RE: Adding date and interger values

    Using the MSDN article, that doesnt seem to be working. Check out my expression:

    =DateAdd (Month, Fields!CONTRACT_TERM.Value, Fields!FIRST_PAY_DATE.Value)

    Do you see anything I could be doing wrong?

Viewing 2 posts - 1 through 2 (of 2 total)