The following example uses the DateDiff function to display the number of days between the date in the Received field and the current system date.
DateDiff("d", Now(), [Received])