I have the following calculation in my form but I cannot figure out how to get Date3 to remain blank until the user inputs Date2??? Any help??
if (Date2.formattedValue ne null) then
Num2Date(Date2Num(Date2.formattedValue, "MM/DD/YYYY") + 14, "MM/DD/YYYY")
else
null
endif