G
g
Hi there,
I trying to filter out records that are more than a week or 7 day.
So my record has a "Date Created" Entry which has the format of
dd/mm/yyyy.
I've tried something like this
DateDiff("d",Now(),[Date Created]) < 8
But it wouldn't work can someone help me in this? Thanks.
I trying to filter out records that are more than a week or 7 day.
So my record has a "Date Created" Entry which has the format of
dd/mm/yyyy.
I've tried something like this
DateDiff("d",Now(),[Date Created]) < 8
But it wouldn't work can someone help me in this? Thanks.