I'm currently using the datediff command to find the # of days between two dates...however I want to be able to subtract that from the datediff of two other numbers. Ofcourse, to no avail, I can't seem to get datediff to work with embedded parenthesis?
Expr2: ((DateDiff('y',[tocredit],SubmitDate])-(DateDiff('y',[Fileonhold],[FileReactivate]))))
Expr2: ((DateDiff('y',[tocredit],SubmitDate])-(DateDiff('y',[Fileonhold],[FileReactivate]))))