A family of Microsoft relational database management systems designed for ease of use.
Year(Date()) Will return the Current year.
But without knowing the datatype of the field its harder to advise.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm trying to set up a validation rule that only allows users to enter a year between 1826 and the current year and I'm unsure on how to set up the validation for 'current year'
Any help is appreciated
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Year(Date()) Will return the Current year.
But without knowing the datatype of the field its harder to advise.
The expression would be:
Year(myDateField)
Are you using a DateTime field, Text, or Number?