F
franklinbukoski
I have a textbox I calculate days it takes to process an action with the
following:
IIf( Is Null, DateDiff("d", [a], Date()),
DateDiff("d", [a], )))
I now would like to calculate average time it takes to process an action.
I have another textbox that counts total records:
=Count(*)
How do I total the days from the first formula and divide that total by the
second formula?
following:
IIf( Is Null, DateDiff("d", [a], Date()),
DateDiff("d", [a], )))
I now would like to calculate average time it takes to process an action.
I have another textbox that counts total records:
=Count(*)
How do I total the days from the first formula and divide that total by the
second formula?