Help with Date field

How can I make the date jump 1 day using “J” thanks. FOR j:=1 TO 5 DO BEGIN start3:= ‘cd-jd’; startdate3 := CALCDATE(start3);

Hi. try this… FOR j:=1 TO 5 DO NewDate := CALCDATE(STRSUBSTNO(’-%1D’,j),WORKDATE);

Beautiful thanks for your help!