wl![WAIT_DUR] = DateDiff("m", IIf(wl![U_DNA] <= wl![U_Census_Date], wl![U_DNA], wl![U_DDA]) + wl![U_Days_Susp], wl![U_Census_Date])
Is it possible to add the follwoing to this calculation...
To ignore the U_DNA when it is equal to or less than the U_DDA. If so how do I fit it into the code?
Is it possible to add the follwoing to this calculation...
To ignore the U_DNA when it is equal to or less than the U_DDA. If so how do I fit it into the code?