You will double click on Faculty file ---> you will open up the Faculty Details form ---> you will go to page 294 ---> and there you can select the Name on top and the dates.. once you click on span of dates, I want it to display the average wrap.
I have put this IIF Condition just now: =IIf(Int(DateDiff("d",[Date],[End Date]))>1,Sum([Average Wrap]),"Not working")
It won't display the average wrap, but all other condition work fine.