Birthday Expression (No Future Dates Allowed)

I have a Birthday column in a USER PROFILE table. The field type is set to DATE. How do I set it up so that it does not allow for future dates to be selected. Any best practices on how to set this up?
Thanks!

Solved Solved
0 3 561
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Set Valid If expression to:

([_THIS] <= TODAY())

View solution in original post

3 REPLIES 3
Top Labels in this Space