Setting a Date field to Add a year

LewisTiogaLewisTioga Member Posts: 40
How can I Take a date field and add a year too it. Take this code as an example of what I'm trying to achieve.


IF xRec."Product Group Code" <> 'COSHH' THEN
IF "Product Group Code" = 'COSHH' THEN
"Coshh Review Date" := WORKDATE + 365D;

Best Answer

Answers

Sign In or Register to comment.