the basic script (in formcalc) is:$ = Date2Num(endDate.formattedValue, "DD/MM/YYYY") - Date2Num(startDate.formattedValue,"DD/MM/YYYY") // the DD/MM/YYYY part should be whatever format you have set your date fields to.You put this script in the calculate field of the textbox. You may want to put in s...