YEAR( )
Returns the four‑digit year value for a specified date value.
The date or date expression from which you extract the year part.
The number representing the four‑digit year for the specified date value.
The following example retrieves the four‑digit year for each date value in the ShipDate data field, and adds 15 to the four‑digit year. If the ShipDate value is Sep 16, 2008, YEAR( ) returns 2023.