Greater than Date expression

Hello, I am trying to create a very simple expression to filter out records where the date is equal to or greater than a certain date.

[Enrolment_Date] >= 01/01/2019

I’ve tried looking for something similar but can’t find anything. Thanks in advance.

Solved Solved
0 2 469
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Raw dates must be quoted:

[Enrolment_Date] >= "01/01/2019"

See also:

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Raw dates must be quoted:

[Enrolment_Date] >= "01/01/2019"

See also:

Many thanks Steve. I thought it might be something simple (like me!!)

Top Labels in this Space