DateAdd function example

The following example takes the date of the Received field and, by using the DateAdd function, displays a corresponding date one month in the future.

DateAdd("m", 1, [Received])