O
Owen
Hello,
I have two reports; One has two fields called Date_Issued
and Date-Answered. Thanks to Marsh, I can determine the
average # of days between the two.
For the second report, I need to determine the average
number of days between Date_Issued and whenever the report
is viewed.
I have tried:
=Avg(DateDiff("d",[Date_Issued],[Now()])) and
=Avg(DateDiff("d",[Date_Issued],[Text9])), {Text9 being a
box on the report that indicates today's date}
and several other variations on that theme but all I get
in the report is #Error.
Please help
TIA
Owen
I have two reports; One has two fields called Date_Issued
and Date-Answered. Thanks to Marsh, I can determine the
average # of days between the two.
For the second report, I need to determine the average
number of days between Date_Issued and whenever the report
is viewed.
I have tried:
=Avg(DateDiff("d",[Date_Issued],[Now()])) and
=Avg(DateDiff("d",[Date_Issued],[Text9])), {Text9 being a
box on the report that indicates today's date}
and several other variations on that theme but all I get
in the report is #Error.
Please help
TIA
Owen