I have the following calculation on my form but I can't figure out how to make the 5 days working days instead of calendar days??? Does anyone know? Thanks for your help!
if (Date6.formattedValue ne null) then
Num2Date(Date2Num(Date6.formattedValue, "MM/DD/YYYY") + 5, "MM/DD/YYYY")
else
null
endif