Dear Experts
I have a checkbox, I would like for the date in my txtbox to move foward 3 months when this checkbox is checked, but i cant seem to get it to work
heres my code in the click event of the checkbox
IF thisform.check1.Value > 1
thisform.txtdate.Value = GOMONTH(DATE(), 3 )
ELSE
ENDIF
datatype is datetime()
what am I doing wrong?
I have a checkbox, I would like for the date in my txtbox to move foward 3 months when this checkbox is checked, but i cant seem to get it to work
heres my code in the click event of the checkbox
IF thisform.check1.Value > 1
thisform.txtdate.Value = GOMONTH(DATE(), 3 )
ELSE
ENDIF
datatype is datetime()
what am I doing wrong?