If someone could please tell me how I can get this to work it would be greatly appreciated. Thanks in advance!
IF
[DateTime_Out] >= "04-01-2018" AND [DateTime_Out] <= "03-31-2019" THEN "2018" ELSEIF
[DateTime_Out] >= "04-01-2019" AND [DateTime_Out] <= "03-31-2020" THEN "2019" ELSEIF
[DateTime_Out] >= "04-01-2020" AND [DateTime_Out] <= "03-31-2021" THEN "2020" ELSE
"ERROR"
ENDIF