I put the function in the control source for a text box but it did not work. This is exactly how it looked.
IngDays=DateDiff("d",Date Open,nz(Date Closed,Now()))
I tried to eliminate the space between Date Open and Date Closed but it didnt work. The text box just says #Name?
Is there...